Add missing / from sed in "sparkleshare open"

This commit is contained in:
Jo Shields 2013-06-13 15:23:26 +01:00
parent d674ccbcb7
commit 59d5a55635

View file

@ -63,7 +63,7 @@ case $1 in
;;
open|--open)
invite=`date -u +%N`
open=`echo $2 | sed 's/sparkleshare:\/\/addProject//'`
open=`echo $2 | sed 's/sparkleshare:\/\/addProject\///'`
curl --insecure --output ~/SparkleShare/$invite.xml $open
;;
*)