Skip to content

Commit

Permalink
consolidation#497 Fix: Add Basic Self Update Functionality: Add note …
Browse files Browse the repository at this point in the history
…about sudo
  • Loading branch information
amenk committed Aug 30, 2017
1 parent 63816c4 commit b51b882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

if (! is_writable($localFilename)) {
throw new \Exception(
$programName . ' update failed: the "' . $localFilename . '" file could not be written'
$programName . ' update failed: the "' . $localFilename . '" file could not be written (execute with sudo)'
);
}

Expand Down

0 comments on commit b51b882

Please sign in to comment.