We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accacaf commit 28c2b55Copy full SHA for 28c2b55
src/Commands/Local/CommitAndPushCommand.php
@@ -57,7 +57,7 @@ public function commitAndPushCommand($site): string
57
58
if ($siteData->isEvcs()) {
59
throw new TerminusException(
60
- 'This command is not supported for sites with external vcs. Please clone from your external repository.'
+ 'This command is not supported for sites with external vcs. Please push to your external repository.'
61
);
62
}
63
0 commit comments