We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a5bfad + 85587d0 commit 9f05272Copy full SHA for 9f05272
1 file changed
magento1/usr/local/share/magento1/magento_functions.sh
@@ -2,6 +2,7 @@
2
3
function do_magento_n98_download() {
4
if [ ! -f bin/n98-magerun.phar ]; then
5
+ as_code_owner "mkdir -p bin"
6
as_code_owner "curl -o bin/n98-magerun.phar https://files.magerun.net/n98-magerun.phar"
7
fi
8
}
0 commit comments