Skip to content

Commit 6577197

Browse files
authored
Update delete-empty-repos.sh
1 parent 75e1f2f commit 6577197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/bash/delete-empty-repos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ done
109109
if [[ -z ${GITHUB_TOKEN} ]]; then
110110
echo "ERROR: GITHUB_TOKEN was not found in your environment. You must export "
111111
echo "this token prior to running the script."
112-
echo " Ex: EXPORT GITHUB_TOKEN=abc123def456"
112+
echo " Ex: export GITHUB_TOKEN=abc123def456"
113113
echo ""
114114
echo "Exiting script with no changes."
115115
echo ""

0 commit comments

Comments
 (0)