bin/gem_template in gem_template-0.0.2 vs bin/gem_template in gem_template-0.0.3
- old
+ new
@@ -1,8 +1,8 @@
#!/bin/bash
echo ""
-git clone https://github.com/winton/gem_template.git $1
+git clone 'https://github.com/winton/gem_template.git' $1
if [ $? -eq 0 ]; then
cd $1
else
exit 1
\ No newline at end of file