Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 6, 2024
1 parent d90ee68 commit c85e680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VCS/Adapter/Git/GitHub.php
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ public function generateCloneCommand(string $owner, string $repositoryName, stri
$directory = escapeshellarg($directory);
$rootDirectory = escapeshellarg($rootDirectory);

# test scommit
$commands = [
"mkdir -p {$directory}",
"cd {$directory}",
Expand Down

0 comments on commit c85e680

Please sign in to comment.