mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-28 14:45:40 +02:00
update create_repo script
; Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
38b9ebbe94
commit
dd4a89d9b0
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
repo=$1
|
||||
if [ $repo != *.git ]; then
|
||||
if [[ "$repo" != *.git ]]; then
|
||||
repo="${repo}.git"
|
||||
fi
|
||||
echo "Creating $repo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user