Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 2, 2020
1 parent dea6ac3 commit d8b3f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
git config user.name ${USERNAME}
git config user.email ${EMAIL}
echo "START"
python changelog-ci.py
python ./changelog-ci.py
echo "END"
git add .
git commit -m "Added Changelog"
Expand Down

0 comments on commit d8b3f23

Please sign in to comment.