Skip to content

Commit

Permalink
Merge branch '2.x' of https://github.com/SDIS62/prevarisc into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubuc committed Aug 23, 2016
2 parents f7fdbc6 + 91008b9 commit 5f4f9aa
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 5f4f9aa

Please sign in to comment.