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 0118069 commit 6da4967Copy full SHA for 6da4967
cmd/cloudstack-csi-driver/main.go
@@ -25,7 +25,7 @@ var (
25
debug = flag.Bool("debug", false, "Enable debug logging")
26
showVersion = flag.Bool("version", false, "Show version")
27
28
- // Version is set by the build proces
+ // Version is set by the build process
29
version = ""
30
isDevEnv = false
31
)
cmd/cloudstack-csi-sc-syncer/main.go
@@ -23,7 +23,7 @@ var (
23
delete = flag.Bool("delete", false, "Delete")
24
0 commit comments