Skip to content

Commit 881908f

Browse files
committed
justfile: fix typo
1 parent d83eb59 commit 881908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ release version:
3535
git add docs/user-guide/install.md
3636
git commit -m "release {{ version }}"
3737
git tag -m "Release {{ version }}" -a -e "v{{ version }}"
38-
@echo "check last commit and ammend as necessary, then git push --follow-tags"
38+
@echo "check last commit and amend as necessary, then git push --follow-tags"

0 commit comments

Comments
 (0)