Skip to content

Commit 011bdd8

Browse files
committed
💄 warning message
1 parent 1138524 commit 011bdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-restore-repositories-gist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for gist_path in $gist_paths; do
8686
read routes < ssh_routes_in
8787

8888
if [ "$routes" = 'gist-not-found' ]; then
89-
echo " Warning: gist $gist_id not found in the database, ignoring."
89+
echo " Warning: gist ID $gist_id not found in the database, ignoring."
9090
continue
9191
fi
9292

0 commit comments

Comments
 (0)