diff --git a/src/SourceEncryptCommand.php b/src/SourceEncryptCommand.php index a922b46..284959a 100644 --- a/src/SourceEncryptCommand.php +++ b/src/SourceEncryptCommand.php @@ -83,6 +83,7 @@ public function handle() foreach ($sources as $source) { if (!File::exists($source)) { $this->error("File $source does not exist."); + return 1; }