]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Change INVITE_SEPARATOR to '+'.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 20 Jul 2015 22:03:02 +0000 (23:03 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 20 Jul 2015 22:03:02 +0000 (23:03 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/scripts/magic_folder_cli.py

index 22a613c13ea36730faf50e22200d4c608d6793e4..7e3b734fd84bb291172deeb3a929c4f5fd70ad18 100644 (file)
@@ -9,7 +9,7 @@ import tahoe_mv
 from allmydata.util import fileutil
 from allmydata import uri
 
-INVITE_SEPARATOR = "~"
+INVITE_SEPARATOR = "+"
 
 class CreateOptions(BasedirOptions):
     nickname = None