Skip to content

Commit

Permalink
Update AutoUpdate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer authored Jan 6, 2017
1 parent 1666956 commit 7859542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ public function checkUpdate()
// Check if cache is empty
if ($versions === null) {
// Create absolute url to update file
$updateFile = $this->_updateUrl . "/" . $this->_updateFile;
$updateFile = $this->_updateUrl . '/' . $this->_updateFile;
if (!empty($this->_branch))
$updateFile .= '.' . $this->_branch;

Expand Down

0 comments on commit 7859542

Please sign in to comment.