summaryrefslogtreecommitdiff
path: root/src/pybind/ceph_rest_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/ceph_rest_api.py')
-rwxr-xr-xsrc/pybind/ceph_rest_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/ceph_rest_api.py b/src/pybind/ceph_rest_api.py
index 9e53eba05fd..59e3f60a3a7 100755
--- a/src/pybind/ceph_rest_api.py
+++ b/src/pybind/ceph_rest_api.py
@@ -219,7 +219,7 @@ def generate_url_and_params(app, sig, flavor):
desc.req and \
not str(desc.instance).startswith('--') and \
not params:
- url += '/' + str(desc.instance)
+ url += '/' + str(desc.instance)
else:
# tell/<target> is a weird case; the URL includes what
# would everywhere else be a parameter