Skip to content

Commit

Permalink
Update flags.go
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-spacelift authored Sep 16, 2024
1 parent f13c12d commit b030a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/stack/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var flagRunLatest = &cli.BoolFlag{

var flagNoInit = &cli.BoolFlag{
Name: "noinit",
Usage: "Indicate whether to skip initialization for a task. Initializing the workspace before running a task means executing all the pre-initialization hooks as well as running the vendor-specific initialization procedure",
Usage: "Any pre-initialization hooks as well the vendor-specific initialization procedure will be skipped",
Value: false,
}

Expand Down

0 comments on commit b030a57

Please sign in to comment.