We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1138524 commit 011bdd8Copy full SHA for 011bdd8
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, ignoring."
+ echo " Warning: gist ID $gist_id not found in the database, ignoring."
90
continue
91
fi
92
0 commit comments