We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f624035 commit 0c7ec58Copy full SHA for 0c7ec58
1 file changed
terraform/package_lambda.sh
@@ -9,7 +9,7 @@ echo "Project directory: $PROJECT_DIR"
9
echo "Build directory: $BUILD_DIR"
10
11
# show current directory
12
-echo "📂 Current directory: $(pwd)
+echo "📂 Current directory: $(pwd)"
13
14
# list contents of the project directory
15
echo "📂 Contents of project directory: $(ls -1 $PROJECT_DIR)"
0 commit comments