Skip to content

Commit ac03566

Browse files
Merge pull request #1168 from moonstream-to/fix-deploy-log-nb
Fix deploy log for nb
2 parents 3f15996 + 56ae546 commit ac03566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodebalancer/deploy/deploy.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws
4949

5050
echo
5151
echo
52-
log_handler "Retrieve nodebalancer contracts config"
52+
echo -e "${PREFIX_INFO} Retrieve nodebalancer contracts config"
5353
AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" aws ssm get-parameter --name "NB_CONTRACTS_CONFIG_JSON" --output text --query Parameter.Value > "${NB_CONTRACTS_CONFIG_PATH}"
5454

5555
echo

0 commit comments

Comments
 (0)