Skip to content

Commit

Permalink
update create_repo script
Browse files Browse the repository at this point in the history
;

Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Apr 10, 2017
1 parent 38b9ebb commit dd4a89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitserver/create_repo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

repo=$1
if [ $repo != *.git ]; then
if [[ "$repo" != *.git ]]; then
repo="${repo}.git"
fi
echo "Creating $repo"
Expand Down

0 comments on commit dd4a89d

Please sign in to comment.