Skip to content

Commit

Permalink
fix: grep stray "\" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
octvs authored and mgoellnitz committed Jul 28, 2024
1 parent 36b3f19 commit 38be03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/trackdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fi
if [ "$CMD" = "issues" ] ; then

discoverIssues
grep "^\#\#\ " $ISSUES | sed -e "s/^##\ /- /g"
grep "^##\s" $ISSUES | sed -e "s/^##\ /- /g"

fi

Expand Down

0 comments on commit 38be03c

Please sign in to comment.