Skip to content

Commit 77263fa

Browse files
committed
update bm_start desc
1 parent 8ea91e4 commit 77263fa

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
@@ -609,7 +609,7 @@ if $CLUSTER; then
609609
bm_end "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)