aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/phorkie/ForkRemote.php2
1 files changed, 1 insertions, 1 deletions
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()