From 7d21c5164f1c7492a32e8856ec0d7ab68c655d03 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 1 Mar 2021 18:20:51 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/NewCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NewCommand.php b/src/NewCommand.php index 3c650cac..694e884c 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -262,7 +262,7 @@ protected function pushToGitHub(string $name, string $directory, InputInterface chdir($directory); - $flags = $input->getOption('github') ?: "--private"; + $flags = $input->getOption('github') ?: '--private'; $commands = [ "gh repo create $name -y $flags",