Skip to content

Commit 3054e2f

Browse files
committed
fix: renamed function
1 parent 51faa69 commit 3054e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/build-deploy-docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ else
19391939
fi
19401940

19411941
currentStepEnd="$(date +"%Y-%m-%d %H:%M:%S")"
1942-
patchBuildStep "${buildStartTime}" "${previousStepEnd}" "${currentStepEnd}" "${NAMESPACE}" "deploymentRestartComplete" "Restarting Deployments" "false"
1942+
finalizeBuildStep "${buildStartTime}" "${previousStepEnd}" "${currentStepEnd}" "${NAMESPACE}" "deploymentRestartComplete" "Restarting Deployments" "false"
19431943
previousStepEnd=${currentStepEnd}
19441944
# variable only deployment
19451945
fi

0 commit comments

Comments
 (0)