From 4fa146586f4d4eefd389ea0384bad69fc85a9a32 Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Wed, 22 Jun 2022 13:41:10 +0800 Subject: [PATCH] format patch: patches/fix-run-docker.1.23.patch Signed-off-by: Paco Xu --- patches/fix-run-docker.1.23.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/fix-run-docker.1.23.patch b/patches/fix-run-docker.1.23.patch index 4d1cff198f..8e97a83c44 100644 --- a/patches/fix-run-docker.1.23.patch +++ b/patches/fix-run-docker.1.23.patch @@ -8,7 +8,7 @@ Subject: [PATCH 1/2] Run docker as root in tests 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.sh b/build/common.sh -index bd4676b8b1b..001b287b350 100755 +index ff091090b57..4524083fa8c 100755 --- a/build/common.sh +++ b/build/common.sh @@ -490,7 +490,7 @@ function kube::build::run_build_command_ex() { @@ -31,7 +31,7 @@ Subject: [PATCH 2/2] Run docker with device kmsg 1 file changed, 1 insertion(+) diff --git a/build/common.sh b/build/common.sh -index 001b287b350..927db03e3a3 100755 +index 4524083fa8c..8fcb0410736 100755 --- a/build/common.sh +++ b/build/common.sh @@ -492,6 +492,7 @@ function kube::build::run_build_command_ex() {