summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ec5ed73f..72b3d2784 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ libvyosconfig:
rm -rf /tmp/libvyosconfig && \
git clone https://github.com/vyos/libvyosconfig.git /tmp/libvyosconfig || exit 1
cd /tmp/libvyosconfig && \
- git checkout 677d1e2bf8109b9fd4da60e20376f992b747e384 || exit 1
+ git checkout 5f15d8095efd11756a867e552a3f8fe6c77e57cc || exit 1
eval $$(opam env --root=/opt/opam --set-root) && ./build.sh
fi