diff options
author | Laurent Vivier <lvivier@redhat.com> | 2018-01-19 11:32:33 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2018-02-10 10:17:06 +0300 |
commit | bff8a0bbe95900b49f3c0113c0b9a330869acaca (patch) | |
tree | 0d6c39a1a1919c212baecd8ee095ec81615bb70c /scripts | |
parent | 123ac0bba97597ae79915c4691b95515b60f00e7 (diff) |
build: fix typo in error message
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Fixes: f62bbee55d503f639ee9498878ebf42ff4f4299a
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/git-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh index bc7224a27f..807ca0b4f8 100755 --- a/scripts/git-submodule.sh +++ b/scripts/git-submodule.sh @@ -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 } |