From 0562f6c62798f675475b6aa7b1e3f09feec79667 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 26 Jun 2021 16:48:40 +0200 Subject: [PATCH] minor --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b50e3f8..2ae5f3c 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,6 @@ if stdout="$(git submodule update --remote)"; then # We capture only the part after "pkg" until the next "'" using sed # Source: https://unix.stackexchange.com/a/165590/315162 sed 's|^Submodule path '\''pkg/\([^'\'']*\).*|\1|' <<< "$stdout" -else - echo "Some error occurred! Maybe there are local changes in some of the submodules? -" - #echo "$stdout" fi ```