Skip to content

Commit 6dfc92f

Browse files
authored
Restore balance (by adding missing parenthesis in help string) (#510)
1 parent d0cb093 commit 6dfc92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/extensions_publish.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Notes:
4949
var (
5050
extensionIDFlag = flagSet.String("extension-id", "", `Override the extension ID in the manifest. (default: read from -manifest file)`)
5151
urlFlag = flagSet.String("url", "", `Override the URL for the bundle. (example: set to http://localhost:1234/myext.js for local dev with parcel)`)
52-
gitHeadFlag = flagSet.String("git-head", "", "Override the current git commit for the bundle. (default: uses `git rev-parse head`")
52+
gitHeadFlag = flagSet.String("git-head", "", "Override the current git commit for the bundle. (default: uses `git rev-parse head`)")
5353
manifestFlag = flagSet.String("manifest", "package.json", `The extension manifest file.`)
5454
forceFlag = flagSet.Bool("force", false, `Force publish the extension, even if there are validation problems or other warnings.`)
5555
apiFlags = api.NewFlags(flagSet)

0 commit comments

Comments
 (0)