From 35ce32a4ed4ce61053707f97854f837b36c1b5bc Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Tue, 16 Apr 2024 19:26:39 +0200 Subject: [PATCH] Fix patch missing LF --- patches/001-workdir-bind.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/001-workdir-bind.patch b/patches/001-workdir-bind.patch index f4ed669..89b4a0b 100644 --- a/patches/001-workdir-bind.patch +++ b/patches/001-workdir-bind.patch @@ -31,4 +31,4 @@ + // Bind done using --container-options command-line option } else { mounts[name] = ext.ToContainerPath(rc.Config.Workdir) - } \ No newline at end of file + }