Skip to content

Commit 78d0f87

Browse files
committed
lt_rebase: Fix typo in error case
1 parent 18bf47a commit 78d0f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lt_rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
git fetch --all
1111
git show-ref --verify --quiet refs/heads/ciq-6.12.y-next
1212
if [ $? -eq 0 ]; then
13-
echo "cit-6.12.y-next branch already exists, please check status of remote and local branches"
13+
echo "ciq-6.12.y-next branch already exists, please check status of remote and local branches"
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)