Skip to content

Commit 60192d4

Browse files
committed
Make comment change
1 parent 1eaf809 commit 60192d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/ghe-restore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ cleanup_cluster_nodes() {
165165
# shellcheck source=share/github-backup-utils/ghe-backup-config
166166
. "$( dirname "${BASH_SOURCE[0]}" )/../share/github-backup-utils/ghe-backup-config"
167167

168-
# Calculate the actual amounts of steps in the restore process
169-
# taking into account the options passed to the script and the appliance configuration
168+
170169

171170

172171

@@ -271,7 +270,8 @@ if is_external_database_snapshot && ! $instance_configured && ! $FORCE; then
271270

272271
prompt_for_confirmation "Please confirm this before continuing."
273272
fi
274-
273+
# Calculate the actual amounts of steps in the restore process
274+
# taking into account the options passed to the script and the appliance configuration
275275
# calculate restore steps
276276
OPTIONAL_STEPS=0
277277
# Cluster restores add an additional step

0 commit comments

Comments
 (0)