Skip to content

Commit 5f33f6a

Browse files
authored
Merge pull request #13 from alcir/main
Fix #12
2 parents 8d7ed3f + 798deda commit 5f33f6a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/distrobox/mod.rs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -997,20 +997,20 @@ Categories=Utility;Network;
997997
assert_eq!(
998998
cmd_outputs[0].1().unwrap(),
999999
"ID | NAME | STATUS | IMAGE
1000-
1 | Ubuntu | Created | docker.io/library/ubuntu:latest
1001-
2 | Fedora | Created | docker.io/library/fedora:latest
1002-
3 | Kali | Created | docker.io/kalilinux/kali-rolling
1003-
4 | Debian | Created | docker.io/library/debian:latest
1004-
5 | Arch Linux | Created | docker.io/library/archlinux:latest
1005-
6 | CentOS | Created | docker.io/library/centos:latest
1006-
7 | Alpine | Created | docker.io/library/alpine:latest
1007-
8 | OpenSUSE | Created | docker.io/library/opensuse:latest
1008-
9 | Gentoo | Created | docker.io/library/gentoo:latest
1009-
10 | Slackware | Created | docker.io/library/slackware:latest
1010-
11 | Void Linux | Created | docker.io/library/voidlinux:latest
1011-
13 | Deepin | Created | docker.io/library/deepin:latest
1012-
16 | Rocky Linux | Created | docker.io/library/rockylinux:latest
1013-
17 | Crystal Linux | Created | docker.io/library/crystal-linux:latest\n"
1000+
1 | Ubuntu | Created 2 minutes ago | docker.io/library/ubuntu:latest
1001+
2 | Fedora | Created 2 minutes ago | docker.io/library/fedora:latest
1002+
3 | Kali | Created 2 minutes ago | docker.io/kalilinux/kali-rolling
1003+
4 | Debian | Created 2 minutes ago | docker.io/library/debian:latest
1004+
5 | Arch Linux | Created 2 minutes ago | docker.io/library/archlinux:latest
1005+
6 | CentOS | Created 2 minutes ago | docker.io/library/centos:latest
1006+
7 | Alpine | Created 2 minutes ago | docker.io/library/alpine:latest
1007+
8 | OpenSUSE | Created 2 minutes ago | docker.io/library/opensuse:latest
1008+
9 | Gentoo | Created 2 minutes ago | docker.io/library/gentoo:latest
1009+
10 | Slackware | Created 2 minutes ago | docker.io/library/slackware:latest
1010+
11 | Void Linux | Created 2 minutes ago | docker.io/library/voidlinux:latest
1011+
13 | Deepin | Created 2 minutes ago | docker.io/library/deepin:latest
1012+
16 | Rocky Linux | Created 2 minutes ago | docker.io/library/rockylinux:latest
1013+
17 | Crystal Linux | Created 2 minutes ago | docker.io/library/crystal-linux:latest\n"
10141014
);
10151015
}
10161016
}

0 commit comments

Comments
 (0)