Skip to content

Commit ad41618

Browse files
authored
Merge pull request #441 from github/enterprise-3.9-backport-379-fix-bm-start-step-desc
Backport 379 for 3.9: Update bm_start desc to match bm_end in ghe-restore
2 parents 70b641e + cb3c557 commit ad41618

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
@@ -612,10 +612,10 @@ if $CLUSTER; then
612612
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-each -- /usr/local/share/enterprise/ghe-nomad-cleanup" 1>&3 2>&3
613613
fi
614614
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-config-apply" 1>&3 2>&3
615-
bm_end "configure_cluster"
615+
bm_end "$(basename $0) - configure cluster"
616616
elif $instance_configured; then
617617
log_info "Configuring appliance ..."
618-
bm_start "configure_appliance"
618+
bm_start "$(basename $0) - configure appliance"
619619
if [ "$GHE_VERSION_MAJOR" -eq "3" ]; then
620620
ghe-ssh "$GHE_HOSTNAME" -- "ghe-nomad-cleanup" 1>&3 2>&3
621621
elif [ "$GHE_VERSION_MAJOR" -eq "2" ] && [ "$GHE_VERSION_MINOR" -eq "22" ]; then

0 commit comments

Comments
 (0)