We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f15996 + 56ae546 commit ac03566Copy full SHA for ac03566
nodebalancer/deploy/deploy.bash
@@ -49,7 +49,7 @@ AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws
49
50
echo
51
52
-log_handler "Retrieve nodebalancer contracts config"
+echo -e "${PREFIX_INFO} Retrieve nodebalancer contracts config"
53
AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" aws ssm get-parameter --name "NB_CONTRACTS_CONFIG_JSON" --output text --query Parameter.Value > "${NB_CONTRACTS_CONFIG_PATH}"
54
55
0 commit comments