Skip to content

Commit 13b6168

Browse files
gamefiendkrayon
andauthored
Update bin/ghe-backup
Co-authored-by: Krayon <[email protected]>
1 parent 9cb9759 commit 13b6168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ghe_restore_check
131131
# Check to see if there is a running backup
132132
if [ -h ../in-progress ]; then
133133

134-
log_error "Detected a backup already in progress from a previous version of ghe-backup. \nIf there is no backup in progress anymore, please remove \nthe $GHE_DATA_DIR/in-progress file." 1>&2
134+
log_error "Detected a backup already in progress from a previous version of ghe-backup. \nIf there is no backup in progress anymore, please remove \nthe $GHE_DATA_DIR/in-progress file." >&2
135135
exit 1
136136
fi
137137

0 commit comments

Comments
 (0)