Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Fix typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae authored and overtrue committed May 30, 2016
1 parent a0d7ff2 commit f345f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function handle()
}
});

$type = ($force == 'f') ? 'no overwrite' : 'overwrite';
$type = ($force == 'f') ? 'overwrite' : 'no overwrite';

$this->info("published languages <comment>({$type})</comment>: {$message}.");
}
Expand Down

0 comments on commit f345f5b

Please sign in to comment.