Skip to content

Commit

Permalink
fix: cr
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <[email protected]>
  • Loading branch information
fsamin committed May 18, 2021
1 parent 21ad6bc commit 90a54e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cli/cdsctl/project_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ var projectVariableCreateCmd = cli.Command{
},
Flags: []cli.Flag{
{
Name: "stdin",
Type: cli.FlagBool,
Name: "stdin",
Usage: "read the variable value from stdin",
Type: cli.FlagBool,
},
},
}
Expand Down Expand Up @@ -132,8 +133,9 @@ var projectVariableUpdateCmd = cli.Command{
},
Flags: []cli.Flag{
{
Name: "stdin",
Type: cli.FlagBool,
Name: "stdin",
Usage: "read the variable value from stdin",
Type: cli.FlagBool,
},
},
}
Expand Down

0 comments on commit 90a54e7

Please sign in to comment.