Skip to content

Commit 28c2b55

Browse files
authored
Update src/Commands/Local/CommitAndPushCommand.php
1 parent accacaf commit 28c2b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 with external vcs. Please clone from your external repository.'
60+
'This command is not supported for sites with external vcs. Please push to your external repository.'
6161
);
6262
}
6363

0 commit comments

Comments
 (0)