Skip to content

Commit 5a94701

Browse files
authored
Merge pull request #379 from github/fix-bm-start-step-desc
Update bm_start desc to match bm_end in ghe-restore
2 parents 8ea91e4 + cb63a6e commit 5a94701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/ghe-restore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@ if $CLUSTER; then
606606
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-each -- /usr/local/share/enterprise/ghe-nomad-cleanup" 1>&3 2>&3
607607
fi
608608
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-config-apply" 1>&3 2>&3
609-
bm_end "configure_cluster"
609+
bm_end "$(basename $0) - configure cluster"
610610
elif $instance_configured; then
611611
log_info "Configuring appliance ..."
612-
bm_start "configure_appliance"
612+
bm_start "$(basename $0) - configure appliance"
613613
if [ "$GHE_VERSION_MAJOR" -eq "3" ]; then
614614
ghe-ssh "$GHE_HOSTNAME" -- "ghe-nomad-cleanup" 1>&3 2>&3
615615
elif [ "$GHE_VERSION_MAJOR" -eq "2" ] && [ "$GHE_VERSION_MINOR" -eq "22" ]; then

0 commit comments

Comments
 (0)