Skip to content

Commit

Permalink
correct remove-label
Browse files Browse the repository at this point in the history
  • Loading branch information
mksahakyan authored May 23, 2022
1 parent 14a1738 commit fd619aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dcache-namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
if (action == 'set-label') {
body = '{"action": "set-label", "label": "'+ options.label +'"}';
}
if (action == 'remove-label') {
body = '{"action": "remove-label", "label": "'+ options.label +'"}';
if (action == 'rm-label') {
body = '{"action": "rm-label", "label": "'+ options.label +'"}';
}
if (action == 'mkdir') {
body = '{"action": "mkdir", "name": "'+ options.name +'"}';
Expand Down

0 comments on commit fd619aa

Please sign in to comment.