Skip to content

Commit

Permalink
Hotfix missing --path in PULL_THEME branch
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jan 8, 2024
1 parent 924b3c5 commit 4b5298e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

v1.2.1 / 2024-01-08
==================

* Hotfix missing `--path` in `$SHOP_PULL_THEME` branch

v1.2.0 / 2024-01-05
==================

- Migrated to Shopify CLI 3
- Updated to lhci 0.13.1
- Breaking: Deprecated app-id and app-password login options are no longer supported
* Migrated to Shopify CLI 3
* Updated to lhci 0.13.1
* Breaking: Deprecated app-id and app-password login options are no longer supported
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ step "Creating development theme"

if [[ -n "${SHOP_PULL_THEME+x}" ]]; then
log "Pulling settings from theme $SHOP_PULL_THEME"
shopify theme pull $theme_root --theme ${SHOP_PULL_THEME} --only templates/*.json --only config/settings_data.json
shopify theme pull --path "$theme_root" --theme ${SHOP_PULL_THEME} --only templates/*.json --only config/settings_data.json
fi

theme_push_log="$(mktemp)"
Expand Down

0 comments on commit 4b5298e

Please sign in to comment.