File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments