feat core
: update comment
This commit is contained in:
parent
a490570467
commit
44ee94bd5e
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD="
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Place and link artisan directory.
|
# Place and link console directory and generate artisan files.
|
||||||
if [[ $data_console != "" ]]; then
|
if [[ $data_console != "" ]]; then
|
||||||
PRINT INFO "Cloning and linking artisan directory.."
|
PRINT INFO "Cloning and linking artisan directory.."
|
||||||
mkdir -p ".blueprint/extensions/$identifier/console"
|
mkdir -p ".blueprint/extensions/$identifier/console"
|
||||||
|
|
Loading…
Reference in a new issue