small tweaks

This commit is contained in:
Noah Masur
2021-05-08 10:07:17 -04:00
parent 22fe79fa80
commit c5688dc43c
3 changed files with 3 additions and 2 deletions

View File

@ -33,5 +33,5 @@ choose_issue() {
issue_branch=$(choose_issue)
if [ -n "$issue_branch" ]; then
git checkout -b "$issue_branch"
echo "git checkout -b \"$issue_branch\""
fi