Skip to content

Commit e9299ee

Browse files
author
Benjamin Calef
authored
Merge pull request #39 from zepgram/release/v1.3.0
release v1.3.0
2 parents c417116 + 62ea7f9 commit e9299ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision/100-magento-pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ chown -R vagrant:vagrant /home/vagrant
8888

8989
# Execute import sql
9090
if [ -f /home/vagrant/extra/db-dump.sql.gz ]; then
91-
rm -f /home/vagrant/extra/db-dump.sql.gz
91+
rm -f /home/vagrant/extra/db-dump.sql
9292
gunzip /home/vagrant/extra/db-dump.sql.gz
9393
fi
9494
if [ -f /home/vagrant/extra/db-dump.sql ]; then

0 commit comments

Comments
 (0)