fix digitalocean inventory tags endpoint (#46192)
This commit is contained in:
parent
dbc80f89ca
commit
aaa3b2dc2d
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class DoManager:
|
||||||
return resp['droplet']
|
return resp['droplet']
|
||||||
|
|
||||||
def all_tags(self):
|
def all_tags(self):
|
||||||
resp = self.send('tags/')
|
resp = self.send('tags')
|
||||||
return resp['tags']
|
return resp['tags']
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue