Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix code formatting
  • Loading branch information
zoffixznet committed Jan 2, 2016
1 parent 32efec1 commit 535c1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/updatelist.pl
Expand Up @@ -75,7 +75,7 @@ sub _normalize_source_url {
next unless defined;
s/^\s+|\s+$//g;
s{git\@github\.com:}{git://github.com/};
$_ .= '.git' if m{^git://} and not m{\.git$};
s{/$}{.git} if m{^https?://};
$_ .= '.git' if m{^git://} and not m{\.git$};
s{/$}{.git} if m{^https?://};
}
}

0 comments on commit 535c1f7

Please sign in to comment.