mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 18:48:56 +02:00
[Nostromo] Rename TarGz tasks to just Tar
This commit is contained in:
@@ -41,7 +41,7 @@ class RsyncTask extends AbstractTask
|
||||
$targetDir = rtrim($hostPath, '/');
|
||||
|
||||
if ($this->runtime->getEnvOption('releases', false)) {
|
||||
throw new ErrorException('Can\'t be used with Releases, use "deploy/targz/copy"');
|
||||
throw new ErrorException('Can\'t be used with Releases, use "deploy/tar/copy"');
|
||||
}
|
||||
|
||||
$excludes = $this->getExcludes();
|
||||
|
||||
Reference in New Issue
Block a user