Skip to content

Commit

Permalink
Fix justfile recipe (ordinals#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored and Raylin51 committed Aug 11, 2023
1 parent 7c6e980 commit 917552f
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 @@ -80,7 +80,7 @@ prepare-release revision='master':
#!/usr/bin/env bash
set -euxo pipefail
git checkout {{ revision }}
git pull upstream {{ revision }}
git pull origin {{ revision }}
echo >> CHANGELOG.md
git log --pretty='format:- %s' >> CHANGELOG.md
$EDITOR CHANGELOG.md
Expand Down

0 comments on commit 917552f

Please sign in to comment.