Skip to content

Commit 1e12786

Browse files
authored
Merge pull request #573 from oasisprotocol/kostko/fix/rofl-push-deployment
fix(cmd/rofl): Add missing deployment flags to push
2 parents ab2b71a + e555aef commit 1e12786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/rofl/push.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ var pushCmd = &cobra.Command{
4444

4545
func init() {
4646
pushCmd.Flags().AddFlagSet(common.FormatFlag)
47+
pushCmd.Flags().AddFlagSet(roflCommon.DeploymentFlags)
4748
}

0 commit comments

Comments
 (0)