Skip to content

Commit

Permalink
build: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Dec 15, 2022
1 parent 58f103c commit 3862d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/node-bootstrap-container/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm link .

cd "${MONO_REPO_PATH}/containers/node-bootstrap-container"
FOLDER_NAME=$(node /create-folder-name.js "${API_ID}") || node /create-gh-issue.js
echo "${FOLDER_NAME"}"
echo "${FOLDER_NAME}"
echo "${API_ID}"
mkdir -p "${MONO_REPO_PATH}/packages/${FOLDER_NAME}" || node /create-gh-issue.js
node /add-to-well-known-path.js "${INTER_CONTAINER_VARS_PATH}" "${FOLDER_NAME}"
Expand Down

0 comments on commit 3862d4a

Please sign in to comment.