Skip to content

Commit 73ed746

Browse files
committed
typo
1 parent 73c4ffc commit 73ed746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function _setShell {
134134
function _buildLinux {
135135
_setShell
136136
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Linux"
137-
setupNodeVersionLinux $AMPLIFY_NODE_VERSION
137+
_setupNodeVersionLinux $AMPLIFY_NODE_VERSION
138138
echo "Linux Build"
139139
yarn run production-build
140140
storeCacheForLinuxBuildJob
@@ -143,7 +143,7 @@ function _buildLinux {
143143
function _buildWindows {
144144
echo "Linux Build"
145145
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Windows"
146-
setupNodeVersionWindows $AMPLIFY_NODE_VERSION
146+
_setupNodeVersionWindows $AMPLIFY_NODE_VERSION
147147
yarn run production-build
148148
storeCacheForWindowsBuildJob
149149
}

0 commit comments

Comments
 (0)