We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0bfc7 commit 82b4a4aCopy full SHA for 82b4a4a
cmd/update.go
@@ -59,7 +59,7 @@ var (
59
githubAPIBase = "https://api.github.com"
60
download = doDownload
61
osExecutable = os.Executable
62
- // I have to use a string for DisableUpdateCmd because of the limitations of the -X flag in Go build.
+ // DisableUpdateCmd removes the `oasis update` command. This is suitable for environments where the package manager handles updates.
63
DisableUpdateCmd = "false"
64
)
65
0 commit comments