Skip to content

Commit 5ff8115

Browse files
committed
Typo fix
1 parent 7ae95f6 commit 5ff8115

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/nodes-connections.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Update nodes connection address environment variables
44
# from AWS Route53 internal hosted zone
55

6-
VERSION="0.0.1"
6+
VERSION='0.0.1'
77

88
# Colors
99
C_RESET='\033[0m'

scripts/parameters.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Collect secrets from AWS SSM Parameter Store and
44
# opt out as environment variable exports.
55

6-
VERSION="0.0.1"
6+
VERSION='0.0.1'
77

88
# Colors
99
C_RESET='\033[0m'

0 commit comments

Comments
 (0)