-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the way action set name was being configured (#2430)
* Fix the way action set name was configred `kanctl` was able to configure the actionset name using the flag called `action-set`. This has two problems 1. The better flag to give actionset name would be `--name` instead of `--action-set`. Becuase there is another flag called `action`, so it gets confusing between `--action-set` and `--action`. 2. Even though user would expect that if they have provided `--name` the actionset would be named exactly that. But the problem was we were using `generateName` in code that resulted in a string being added in the name. * Fix golint * Fix typo --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f3021dc
commit 7c924c3
Showing
2 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters