Skip to content

Commit 2a041a3

Browse files
author
Chris Maunder
committed
Correction to package creation script
1 parent 743a27f commit 2a041a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/build/create_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ success='true'
259259

260260
if [ "${singleModule}" == true ]; then
261261

262-
packageModuleDirPath=$(pwd))
262+
packageModuleDirPath=$(pwd)
263263
packageModuleDirName="$(basename $(pwd))"
264264
packageModuleId=$(getModuleIdFromModuleSettings "${packageModuleDirPath}/modulesettings.json")
265265

0 commit comments

Comments
 (0)