Skip to content

Commit

Permalink
fix patch format in fix-run-docker.1.23.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Sep 15, 2022
1 parent 9c23723 commit d3c565b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/fix-run-docker.1.23.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 ff091090b57..4524083fa8c 100755
index 151b218fbec..72c3515489d 100755
--- a/build/common.sh
+++ b/build/common.sh
@@ -490,7 +490,7 @@ function kube::build::run_build_command_ex() {
Expand All @@ -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 4524083fa8c..8fcb0410736 100755
index 72c3515489d..3ffe0ee85af 100755
--- a/build/common.sh
+++ b/build/common.sh
@@ -492,6 +492,7 @@ function kube::build::run_build_command_ex() {
Expand Down

0 comments on commit d3c565b

Please sign in to comment.