Skip to content

Commit 1138524

Browse files
committed
Consistent warning message
1 parent 0b1c4d0 commit 1138524

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 (deleted?), ignoring."
89+
echo " Warning: gist $gist_id not found in the database, ignoring."
9090
continue
9191
fi
9292

0 commit comments

Comments
 (0)