typo
This commit is contained in:
parent
3f4eda88bd
commit
7a46cfb295
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ if [ -d "$HUGO_DIR" ]; then
|
|||
case "$1" in
|
||||
--manager-update) _update_hugo ;;
|
||||
--manager-download) _download_hugo "$2" ;;
|
||||
--manager-list) _list_hugo "$(_current_local)" ;;
|
||||
--manager-list) _list_hugo_versions "$(_current_local)" ;;
|
||||
--manager-set) _set_preferred_version "$2" ;;
|
||||
--manager-clean) _clean_hugo_versions ;;
|
||||
*) $HUGO_BIN $@ ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue