Skip to content

Commit

Permalink
Merge branch 'release/2.4.30' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Apr 5, 2021
2 parents 57fcd05 + e178c1d commit bb1a1c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# nystudio107/craft Change Log

## 2.4.30 - 2021.04.05
### Fixed
* Fixed `make up` command by removing an errant `$`
* Add `storage/config-deltas/` to prevent permissions issues

## 2.4.29 - 2021.03.25
### Added
* Added `make clean` to the Makefile
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ restoredb: up
cd scripts/ && ./docker_restore_db.sh \
$(filter-out $@,$(MAKECMDGOALS))
up:
if [ ! "$$(docker ps -q -f name=$${CONTAINER})" ]; then \
if [ ! "$$(docker ps -q -f name=${CONTAINER})" ]; then \
docker-compose up; \
fi
%:
Expand Down
2 changes: 2 additions & 0 deletions cms/storage/config-deltas/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit bb1a1c3

Please sign in to comment.