You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", fmt.Errorf("%s not found in PATH or current directory.%s\n\nIf already downloaded, either:\n 1. Move it to a folder in PATH: sudo mv %s /usr/local/bin/\n2. Or add current directory to PATH: export PATH=$PATH:$(pwd)", name, hint, name)
128
+
return"", fmt.Errorf("%s not found in PATH, current directory, or next to findns.%s\n\nIf already downloaded, either:\n 1. Place it next to the findns executable\n 2. Move it to a folder in PATH: sudo mv %s /usr/local/bin/\n3. Or add current directory to PATH: export PATH=$PATH:$(pwd)", name, hint, name)
0 commit comments