diff --git a/src/AutoUpdate.php b/src/AutoUpdate.php index 36b401a..bdf6f6c 100644 --- a/src/AutoUpdate.php +++ b/src/AutoUpdate.php @@ -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;