Skip to content

Commit ac4eaee

Browse files
committed
fix typo
1 parent 01c6f96 commit ac4eaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-scripts.sh

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)