diff options
Diffstat (limited to 'src/pybind/ceph_rest_api.py')
-rwxr-xr-x | src/pybind/ceph_rest_api.py | 2 |
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 |