summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/features/marker/utils/syncdaemon/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/resource.py b/xlators/features/marker/utils/syncdaemon/resource.py
index 07508c73c..777ff5999 100644
--- a/xlators/features/marker/utils/syncdaemon/resource.py
+++ b/xlators/features/marker/utils/syncdaemon/resource.py
@@ -33,7 +33,7 @@ def desugar(ustr):
elif '@' in m.groups()[0] or re.search('[:/]', m.groups()[1]):
return "ssh://" + ustr
else:
- return "gluster://#{str}"
+ return "gluster://" + ustr
else:
if ustr[0] != '/':
raise RuntimeError("cannot resolve sugared url '%s'" % ustr)