diff --git a/Deployment/libs/Deployer.php b/Deployment/libs/Deployer.php index 524904a5..c921bf69 100644 --- a/Deployment/libs/Deployer.php +++ b/Deployment/libs/Deployer.php @@ -245,7 +245,7 @@ private function uploadFiles(array $files) $localFile = $this->preprocess($orig = $this->local . $file); if (realpath($orig) !== $localFile) { - $file .= ' (filters was applied)'; + $file .= ' (filters applied)'; } $toRename[] = $remoteFile;