Skip to content

Commit 3862d4a

Browse files
authored
build: typo
1 parent 58f103c commit 3862d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/node-bootstrap-container/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm link .
2222

2323
cd "${MONO_REPO_PATH}/containers/node-bootstrap-container"
2424
FOLDER_NAME=$(node /create-folder-name.js "${API_ID}") || node /create-gh-issue.js
25-
echo "${FOLDER_NAME"}"
25+
echo "${FOLDER_NAME}"
2626
echo "${API_ID}"
2727
mkdir -p "${MONO_REPO_PATH}/packages/${FOLDER_NAME}" || node /create-gh-issue.js
2828
node /add-to-well-known-path.js "${INTER_CONTAINER_VARS_PATH}" "${FOLDER_NAME}"

0 commit comments

Comments
 (0)