test
This commit is contained in:
@@ -25,7 +25,7 @@ class Init extends Command
|
|||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
if (isCloud() && ! $this->option('force-cloud') ) {
|
if (isCloud() && ! $this->option('force-cloud')) {
|
||||||
echo "Skipping init as we are on cloud and --force-cloud option is not set\n";
|
echo "Skipping init as we are on cloud and --force-cloud option is not set\n";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -4,7 +4,5 @@ if sh -c ": >/dev/tty" >/dev/null 2>/dev/null; then
|
|||||||
exec < /dev/tty
|
exec < /dev/tty
|
||||||
fi
|
fi
|
||||||
|
|
||||||
files=$(git diff --cached --name-only --diff-filter=ACM -- '*.php');
|
|
||||||
$(pwd)/vendor/bin/pint $files -q
|
$(pwd)/vendor/bin/pint $files -q
|
||||||
|
git add .
|
||||||
git add $files
|
|
||||||
|
|||||||
Reference in New Issue
Block a user