Skip to content

Commit e7fdba4

Browse files
Fix Typo in folder name for test
1 parent 64925dc commit e7fdba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-repositories-cluster-ng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ ghe-ssh "$GHE_HOSTNAME" github-env ./bin/dgit-cluster-backup-archived-repos-rout
351351
echo "$ar_route" >> $tempdir/archived_repos.rsync
352352
done
353353

354-
if ! test -f $tempdir/archived_repos.sync; then
354+
if ! test -f $tempdir/archived_repos.rsync; then
355355
echo "* No archived repositories found to backup."
356356
exit 0
357357
fi

0 commit comments

Comments
 (0)