StorageService: Fix a typo in the get snapshots API

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
This commit is contained in:
Amnon Heiman 2015-12-07 15:25:50 +02:00 committed by Pekka Enberg
parent bb209e8ce7
commit 67b244b8e4
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ public class StorageService extends NotificationBroadcasterSupport
APIClient.set_query_param(queryParams, "tag", tag);
APIClient.set_query_param(queryParams, "kn",
APIClient.join(keyspaceNames));
c.post("/storage_service/snapshot", queryParams);
c.post("/storage_service/snapshots", queryParams);
}
/**