chore: release v0.0.2

This commit is contained in:
Jack Wills
2022-04-29 18:01:55 +00:00
parent 21c6bbec5f
commit cf3d0dad3b
6 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ impl AppData {
if self.containers.state.selected().is_some() {
self.containers.previous();
}
// docker rm -f $(docker ps -aq) will cause this to crash
// docker rm -f $(docker ps -aq) will cause this to crash
self.containers.items.remove(index);
}
}