From 054772bed6fa071dfa13938e4eb5232dc7e5b61e Mon Sep 17 00:00:00 2001 From: Frank Fesevur Date: Thu, 1 Jun 2017 13:01:34 +0200 Subject: [PATCH] Fix trailing spaces CI checks because of it Leftover of #63 --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-open b/git-open index 1397a00..806a80e 100755 --- a/git-open +++ b/git-open @@ -62,7 +62,7 @@ if grep -q gist.github <<<"$giturl"; then # GitHub elif grep -q github <<<"$giturl"; then giturl=${giturl/git\@github\.com\:/https://github.com/} - + # handle urls with the git user giturl=${giturl/#github\.com\:/https://github.com/}