Commit bff8a0bb authored by Laurent Vivier's avatar Laurent Vivier Committed by Michael Tokarev
Browse files

build: fix typo in error message

parent 123ac0bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ error() {
    echo
    echo "and then manually update submodules prior to running make, with:"
    echo
    echo " $ scripts/git-sbumodule.sh update $modules"
    echo " $ scripts/git-submodule.sh update $modules"
    echo
    exit 1
}