Skip to content

Commit

Permalink
Fix skip asset build
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jan 24, 2024
1 parent 8a77e06 commit 88dc53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/setup_6.6.x
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_all_plugins() {

if console system:is-installed; then
if [[ ${SHOPWARE_SKIP_ASSET_COPY-""} ]]; then
console system:update:finish --skip-assets
console system:update:finish --skip-asset-build
else
console system:update:finish
fi
Expand Down

0 comments on commit 88dc53d

Please sign in to comment.