mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Fix typos in pkgset-use
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ function gvm_pkgset_use() {
|
||||
local LOCAL_TOP=$(find_local_pkgset)
|
||||
unset -f find_local_pkgset
|
||||
[[ -d $LOCAL_TOP ]] ||
|
||||
display_error "Caonnt find local pakcage set" || return 1
|
||||
display_error "Cannot find local package set" || return 1
|
||||
LOCAL_TOP=$LOCAL_TOP/.gvm_local
|
||||
|
||||
fuzzy_match=$($LS_PATH "$LOCAL_TOP/environments" | $SORT_PATH | $GREP_PATH "$gvm_go_name@" | $GREP_PATH "local" | $HEAD_PATH -n 1) ||
|
||||
|
||||
Reference in New Issue
Block a user