Skip to content

Commit

Permalink
try backticks too
Browse files Browse the repository at this point in the history
  • Loading branch information
chicks-net committed Oct 4, 2024
1 parent 1d28a8d commit b3ca714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pr: on_a_branch
git pushup
#gh pr create --fill-verbose
#gh pr create --title "{{last_commit_message}}" --body "{{last_commit_message}} (Automated in justfile.)"
echo "Did: {{last_commit_message}}\n\n(Automated in justfile.)\n" > {{ pr_tmpfile }}
echo "Did: {{last_commit_message}}\n\n(Automated in `justfile`.)\n" > {{ pr_tmpfile }}
gh pr create --title "{{last_commit_message}}" -F {{ pr_tmpfile }}
rm {{ pr_tmpfile }}

Expand Down

0 comments on commit b3ca714

Please sign in to comment.