Skip to content

Commit

Permalink
Update AdminController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubuc authored Aug 22, 2016
1 parent 90d57c0 commit 91008b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function indexAction()

if (getenv('PREVARISC_BRANCH') == false) {
try {
$git = new SebastianBergmann\Git\Git(APPLICATION_PATH . DS . '..');
$git = new SebastianBergmann\Git(APPLICATION_PATH . DS . '..');
$revisions = $git->getRevisions();
$last_revision = end($revisions);
$revision_prevarisc_local = $last_revision['sha1'];
Expand Down

0 comments on commit 91008b9

Please sign in to comment.