Skip to content

Commit

Permalink
fix(debug): use new naming convention for debugging running containers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotsx committed Apr 12, 2024
1 parent 2ab537b commit 975cfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub fn run(env_map: EnvMap) {
.arg("ps")
.arg("-a")
.arg("--filter")
.arg("name=tipi-")
.arg("name=runtipi-")
.arg("--format")
.arg("{{.Names}} {{.Status}}")
.output()
Expand Down

0 comments on commit 975cfc1

Please sign in to comment.