From 44ee94bd5e9f3028501ad2a912185155d2c1e893 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Fri, 21 Jun 2024 22:37:11 +0200 Subject: [PATCH] feat `core`: update comment --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index 55e6268..c149454 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -794,7 +794,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD=" fi fi - # Place and link artisan directory. + # Place and link console directory and generate artisan files. if [[ $data_console != "" ]]; then PRINT INFO "Cloning and linking artisan directory.." mkdir -p ".blueprint/extensions/$identifier/console"