Skip to content

Commit

Permalink
Update delete-empty-repos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmHughes committed Jul 10, 2018
1 parent 75e1f2f commit 6577197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/bash/delete-empty-repos.sh
Expand Up @@ -109,7 +109,7 @@ done
if [[ -z ${GITHUB_TOKEN} ]]; then
echo "ERROR: GITHUB_TOKEN was not found in your environment. You must export "
echo "this token prior to running the script."
echo " Ex: EXPORT GITHUB_TOKEN=abc123def456"
echo " Ex: export GITHUB_TOKEN=abc123def456"
echo ""
echo "Exiting script with no changes."
echo ""
Expand Down

0 comments on commit 6577197

Please sign in to comment.