Skip to content

Commit c519bce

Browse files
committed
Axe the backup strategy from restore info output
1 parent 0cd00f9 commit c519bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if $instance_configured && ! $force; then
125125
echo
126126
fi
127127

128-
echo "Starting $GHE_BACKUP_STRATEGY restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT"
128+
echo "Starting restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT"
129129
trap "update_restore_status failed" EXIT
130130
update_restore_status "restoring"
131131

0 commit comments

Comments
 (0)