Skip to content

Commit 3428c51

Browse files
rvkasperdguido
authored andcommitted
Fix typo in doctl command (#1350)
1 parent 9b89801 commit 3428c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The error is caused because Digital Ocean changed its API to treat the tag argum
215215
1. Download [doctl](https://github.com/digitalocean/doctl)
216216
2. Run `doctl auth init`; it will ask you for your token which you can get (or generate) on the API tab at DigitalOcean
217217
3. Once you are authorized on DO, you can run `doctl compute tag list` to see the list of tags
218-
4. Run `doctl compute tag delete enivronment:algo --force` to delete the environment:algo tag
218+
4. Run `doctl compute tag delete environment:algo --force` to delete the environment:algo tag
219219
5. Finally run `doctl compute tag list` to make sure that the tag has been deleted
220220
6. Run algo as directed
221221

0 commit comments

Comments
 (0)