Skip to content

Commit

Permalink
adding quotes in package name
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Sep 17, 2024
1 parent cab9a4f commit f40c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/habitat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hab origin key generate

# cd /workdir/src/bookshelf
echo "generating package for $PACKAGE_NAME"
hab pkg build src/$PACKAGE_NAME
hab pkg build "src/$PACKAGE_NAME"
pushd results
pkg_name=$(ls -1t *.hart | head -1)
popd
Expand Down

0 comments on commit f40c0ec

Please sign in to comment.