Skip to content

Commit f93aac3

Browse files
committed
Standardize code formatting and enhance logging
* indents and spaces code to make it more readable * enhances logging for better understanding of deployment process * fixes typos
1 parent 73cefe2 commit f93aac3

File tree

3 files changed

+639
-624
lines changed

3 files changed

+639
-624
lines changed

buildenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ usage()
44
cat << EOF
55
usage: $0 options
66
7-
This script need to be executed with below option.
7+
This script needs to be executed with below options.
88
99
OPTIONS:
1010
-e environment
11-
-b Security file location GIT|AWS
11+
-b security file location GIT|AWS
1212
1313
EOF
1414
}

buildproperties.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ usage()
55
{
66
cat << EOF
77
usage: $0 options
8-
This script need to be executed with below option.
8+
This script needs to be executed with below options.
99
OPTIONS:
1010
-e environment
11-
-b Security file location GIT|AWS
11+
-b security file location GIT|AWS
1212
-k key location
1313
EOF
1414
}

0 commit comments

Comments
 (0)