Skip to content

Commit cb3c557

Browse files
chuckp22hubot
authored andcommitted
Merge pull request #379 from github/fix-bm-start-step-desc
Update bm_start desc to match bm_end in ghe-restore
1 parent 70b641e commit cb3c557

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)