Skip to content

Commit

Permalink
Fix after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTerBeke committed Mar 8, 2024
1 parent d9ced68 commit 7951f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/use/use.go
Expand Up @@ -36,7 +36,7 @@ func UseVersion(versionOrAlias string, autoInstall bool) {

// inform the user that they need to update their PATH
path := os.Getenv("PATH")
useLocation := getUseLocation()
useLocation := GetUseLocation()
if !strings.Contains(path, useLocation) {
fmt.Printf("%s not found in your shell PATH\n", color.CyanString(useLocation))
fmt.Printf("Please run %s to make this version available in your shell\n", color.CyanString("`export PATH=%s:$PATH`", useLocation))
Expand Down

0 comments on commit 7951f50

Please sign in to comment.