Skip to content

Commit 9ac060c

Browse files
committed
typo
1 parent 537ad10 commit 9ac060c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Deployment/libs/Deployer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private function uploadFiles(array $files)
245245

246246
$localFile = $this->preprocess($orig = $this->local . $file);
247247
if (realpath($orig) !== $localFile) {
248-
$file .= ' (filters was applied)';
248+
$file .= ' (filters applied)';
249249
}
250250

251251
$toRename[] = $remoteFile;

0 commit comments

Comments
 (0)