diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-03-18 15:48:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 15:48:30 +0000 |
commit | 78a3ba7039e8ad9be8ca1960ecc5dac9a985fb0e (patch) | |
tree | 2fdef8540f26e4e03dbea232a09a26360fd7ada7 /Makefile | |
parent | 62ebdb827b1b3097b345aae0cf13b636ca055537 (diff) | |
parent | d8a6295a13a6eb8faf127639ae15fa76608e7351 (diff) | |
download | vyos-1x-78a3ba7039e8ad9be8ca1960ecc5dac9a985fb0e.tar.gz vyos-1x-78a3ba7039e8ad9be8ca1960ecc5dac9a985fb0e.zip |
T7121: Set up communication vyconfd to vyos-commitd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |