Skip to content

Commit 4846f2f

Browse files
committed
Fix typo in bash script
1 parent c86d92f commit 4846f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10.14/startup/init_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444
#
4545
# Extract dependencies if required:
4646
#
47-
if [ -f "oryx-manifest.toml" ] && [ ! "$APPSVC_RUN_ZIP" = "TRUE"] ; then
47+
if [ -f "oryx-manifest.toml" ] && [ ! "$APPSVC_RUN_ZIP" = "TRUE" ] ; then
4848
echo "Found 'oryx-manifest.toml', checking if node_modules was compressed..."
4949
source "oryx-manifest.toml"
5050
if [ ${compressedNodeModulesFile: -4} == ".zip" ]; then

0 commit comments

Comments
 (0)