Skip to content

Commit

Permalink
Add s3 bucket params to stackset command
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzbeard committed Oct 31, 2024
1 parent 3c3912c commit 6fd9379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/rain/rain.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func init() {
addCommand(stackGroup, true, false, ls.Cmd)
addCommand(stackGroup, true, false, rm.Cmd)
addCommand(stackGroup, true, false, watch.Cmd)
addCommand(stackGroup, true, false, stackset.StackSetCmd)
addCommand(stackGroup, true, true, stackset.StackSetCmd)

// Template commands
addCommand(templateGroup, true, true, bootstrap.Cmd)
Expand Down

0 comments on commit 6fd9379

Please sign in to comment.