changed cligen repo from olofhagsand/cligen to clicon/cligen

This commit is contained in:
Olof hagsand 2020-06-21 15:57:43 +02:00
parent 3af184c655
commit 1597bd303c
12 changed files with 17 additions and 16 deletions

View file

@ -43,7 +43,7 @@ RUN mkdir /clixon/build
WORKDIR /clixon
# Clone cligen
RUN git clone https://github.com/olofhagsand/cligen.git
RUN git clone https://github.com/clicon/cligen.git
# Build cligen
WORKDIR /clixon/cligen