Skip to content
Snippets Groups Projects
Commit 918c0a17 authored by Lorenz Wenner's avatar Lorenz Wenner
Browse files

minor fix spelling in prepare.sh

parent f3ca19a3
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ patch_gluon() { ...@@ -23,7 +23,7 @@ patch_gluon() {
update_patches() { update_patches() {
if ! git -C "$EXECDIR"/.. rev-parse --abbrev-ref HEAD | grep "v2017.1.x"; then if ! git -C "$EXECDIR"/.. rev-parse --abbrev-ref HEAD | grep "v2017.1.x"; then
echo "no gluon repo founden or wrong branch" echo "no gluon repo found or wrong branch"
exit 1 exit 1
fi fi
make -C "$EXECDIR"/.. update-patches make -C "$EXECDIR"/.. update-patches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment