We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f103c commit 3862d4aCopy full SHA for 3862d4a
1 file changed
containers/node-bootstrap-container/entrypoint.sh
@@ -22,7 +22,7 @@ npm link .
22
23
cd "${MONO_REPO_PATH}/containers/node-bootstrap-container"
24
FOLDER_NAME=$(node /create-folder-name.js "${API_ID}") || node /create-gh-issue.js
25
-echo "${FOLDER_NAME"}"
+echo "${FOLDER_NAME}"
26
echo "${API_ID}"
27
mkdir -p "${MONO_REPO_PATH}/packages/${FOLDER_NAME}" || node /create-gh-issue.js
28
node /add-to-well-known-path.js "${INTER_CONTAINER_VARS_PATH}" "${FOLDER_NAME}"
0 commit comments