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

Commit

Permalink
minor amends
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Apr 6, 2016
1 parent 9a49809 commit 0188cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected function configure()
$this->setName('build')
->setDescription('Generate the site static files.')
->addOption('env', null, InputOption::VALUE_REQUIRED, 'Application Environment.', 'default')
->addOption('force', null, InputOption::VALUE_NONE, 'Clear the cache before building');
->addOption('force', null, InputOption::VALUE_NONE, 'Clear the cache before building.');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/SiteBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SiteBuilder
protected $blogDirectory = '_blog';

/**
* Clear the cache before building
* Clear the cache before building.
*
* @var array
*/
Expand Down

0 comments on commit 0188cf0

Please sign in to comment.