Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fw2568 authored Jan 15, 2025
1 parent a067555 commit 7b5e4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ To avoid this error, either provide a name for newly created catlets or remove t
# use name for new catlets
New-Catlet -Name newcatlet -Parent dbosoft/ubuntu-22.04
#or remove the other catlet by name:
Get-Catlet | where Name -eq catlet | Remove-Catlet -Force
# or remove the other catlet by name:
Get-Catlet | where Name -eq "catlet" | Remove-Catlet -Force
```

## Tutorial 1: Catlet specs
Expand Down

0 comments on commit 7b5e4dc

Please sign in to comment.