Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Apr 25, 2021
1 parent 9b1e7ac commit 8e9bfb0
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 @@ -34,7 +34,7 @@ mv "$CLONE_DIR/.git" "$TARGET_DIR"

if [ ! -d "$SOURCE_DIRECTORY" ]
then
echo "$SOURCE_DIRECTORY does not exist"
echo "ERROR: $SOURCE_DIRECTORY does not exist"
echo "This directory needs to exist when push-to-another-repository is executed"
echo
echo "In the example it is created by ./build.sh: https://github.com/cpina/push-to-another-repository-example/blob/main/.github/workflows/ci.yml#L19"
Expand Down

0 comments on commit 8e9bfb0

Please sign in to comment.