Skip to content

Commit

Permalink
fix(ksec-create): add fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailpozarski committed Jan 22, 2021
1 parent 63cc3d0 commit 29758c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-ksec-create
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unless `git ls-files -m`.empty?
end

case ARGV[0]
when 'feat', 'feature', 'refactor', 'chore'
when 'feat', 'fix', 'refactor', 'chore'
`git checkout #{options[:branch]}`
puts "moved to #{options[:branch]}" if options[:verbose]
`git checkout -b #{ARGV[0]}/#{ARGV[1]}`
Expand Down

0 comments on commit 29758c6

Please sign in to comment.