Skip to content

Commit 9f05272

Browse files
authored
Merge pull request #466 from continuouspipe/feature/fix-n98-download-if-bin-directory-does-not-exist
Fix n98 download if the bin directory doesn't get created
2 parents 9a5bfad + 85587d0 commit 9f05272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magento1/usr/local/share/magento1/magento_functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
function do_magento_n98_download() {
44
if [ ! -f bin/n98-magerun.phar ]; then
5+
as_code_owner "mkdir -p bin"
56
as_code_owner "curl -o bin/n98-magerun.phar https://files.magerun.net/n98-magerun.phar"
67
fi
78
}

0 commit comments

Comments
 (0)