invite opener: change back http to https

This commit is contained in:
Hylke Bons 2012-02-27 02:07:30 +00:00
parent fb7299297c
commit e47a90a87b

View file

@ -63,7 +63,7 @@ case $1 in
;;
open|--open)
invite=`date -u +%N`
curl -o ~/SparkleShare/$invite.xml `echo $2 | sed s/sparkleshare:/http:/`
curl -o ~/SparkleShare/$invite.xml `echo $2 | sed s/sparkleshare:/https:/`
;;
help|--help|-h)
mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --help