Skip to content

Commit accacaf

Browse files
committed
Fix linting.
1 parent 6740082 commit accacaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Local/CloneCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function clone(
5151

5252
if ($site->isEvcs()) {
5353
throw new TerminusException(
54-
'This command is not supported for sites in external version control. Please clone from your version control system.'
54+
'This command is not supported for sites with external vcs. Please clone from your external repository.'
5555
);
5656
}
5757

src/Commands/Local/CommitAndPushCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function commitAndPushCommand($site): string
5757

5858
if ($siteData->isEvcs()) {
5959
throw new TerminusException(
60-
'This command is not supported for sites in external version control. Please clone from your version control system.'
60+
'This command is not supported for sites with external vcs. Please clone from your external repository.'
6161
);
6262
}
6363

0 commit comments

Comments
 (0)