Skip to content

Commit 82b4a4a

Browse files
njelichmatevz
andauthored
fix: resove suggestion
Co-authored-by: Matevž Jekovec <[email protected]>
1 parent 4f0bfc7 commit 82b4a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var (
5959
githubAPIBase = "https://api.github.com"
6060
download = doDownload
6161
osExecutable = os.Executable
62-
// I have to use a string for DisableUpdateCmd because of the limitations of the -X flag in Go build.
62+
// DisableUpdateCmd removes the `oasis update` command. This is suitable for environments where the package manager handles updates.
6363
DisableUpdateCmd = "false"
6464
)
6565

0 commit comments

Comments
 (0)