From 9c8277247d3e2e60a1f945d82851f58447cbdd74 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 21 Apr 2021 05:38:34 -0400 Subject: Fixes from make codespell Signed-off-by: Daniel J Walsh --- pkg/systemd/generate/common_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/systemd/generate/common_test.go') diff --git a/pkg/systemd/generate/common_test.go b/pkg/systemd/generate/common_test.go index 30e758127..fdcc9d21b 100644 --- a/pkg/systemd/generate/common_test.go +++ b/pkg/systemd/generate/common_test.go @@ -199,8 +199,8 @@ func TestEscapeSystemdArguments(t *testing.T) { []string{"foo", `"command with backslash \\"`}, }, { - []string{"foo", `command with two backslashs \\`}, - []string{"foo", `"command with two backslashs \\\\"`}, + []string{"foo", `command with two backslashes \\`}, + []string{"foo", `"command with two backslashes \\\\"`}, }, } -- cgit v1.2.3-54-g00ecf