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 ```