Skip to content

Commit dca608a

Browse files
committed
fix: lk-hotfix command doesn't work
1 parent 20fc859 commit dca608a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-lk-hotfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
git jc-hotfix "$@"
3+
git jc-branch -p hotfix/ -s master "$@"

0 commit comments

Comments
 (0)