Skip to content

Commit 9fc2d73

Browse files
authored
fix: add parenthesis to save output to FOLDERNAME (#3225)
1 parent 07847a2 commit 9fc2d73

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 run compile
2222
npm link .
2323

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

0 commit comments

Comments
 (0)