X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/52de444faa10f37c4174e9fe2c75e77484342549..6bde4b82ec04ee5a1622220663bcacca2ec301d6:/src/phorkie/ForkRemote.php diff --git a/src/phorkie/ForkRemote.php b/src/phorkie/ForkRemote.php index d2b077b..3f6a478 100644 --- a/src/phorkie/ForkRemote.php +++ b/src/phorkie/ForkRemote.php @@ -17,7 +17,7 @@ class ForkRemote public function __construct($url) { - $this->url = $url; + $this->url = trim($url); } public function parse()