From d0e7d55e28f356430e129c3ecba26f43741c4349 Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Wed, 8 Jul 2020 17:26:41 -0700 Subject: [PATCH] Fix typo in systemd unit file. --- tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index e8e75f3..539e258 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -92,7 +92,7 @@ setup() { # Drop containerd systemd unit file into /lib/systemd/system. cat << EOF > containerd.service -# /lib/systemd/system/nomad.service +# /lib/systemd/system/containerd.service [Unit] Description=containerd container runtime Documentation=https://containerd.io