From 40600ec903ffeee9fe65a3798f93b9c21c3f9973 Mon Sep 17 00:00:00 2001 From: Max Nordlund Date: Thu, 2 Jan 2020 23:05:58 +0100 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70beb59..3adf2979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Features * It's now possible to update a plugin to an specific branch/commit. - `git plugin update [git-ref]` + `asdf plugin update [git-ref]` Checkouts a plugin to the specified `git-ref`. Defaults to `master`