Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tIsGoud committed Mar 23, 2022
1 parent c4db1b8 commit 9912d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-merge-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if ! git merge upstream/master -m "Update to upstream release $tag"; then
fi
echo "OK, git merge"

# Pusg the changes
# Push the changes
git push
echo "OK, git push"

Expand Down

0 comments on commit 9912d0a

Please sign in to comment.