We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1c4d0 commit 1138524Copy full SHA for 1138524
1 file changed
share/github-backup-utils/ghe-restore-repositories-gist
@@ -86,7 +86,7 @@ for gist_path in $gist_paths; do
86
read routes < ssh_routes_in
87
88
if [ "$routes" = 'gist-not-found' ]; then
89
- echo " Warning: gist $gist_id not found in the database (deleted?), ignoring."
+ echo " Warning: gist $gist_id not found in the database, ignoring."
90
continue
91
fi
92
0 commit comments