Skip to content

Commit

Permalink
Merge pull request #26 from eclipse-iofog/fix-controller-version
Browse files Browse the repository at this point in the history
Pin default controller version to 1.2
  • Loading branch information
lkrcal committed Oct 23, 2019
2 parents ce41047 + c03022d commit f205bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/iofog/iofog-controller/install.sh
Expand Up @@ -6,5 +6,5 @@ if [ ! -z "$1" ] && [ ! "$1" = "./install.sh" ]; then
npm install --unsafe-perm -g /opt/iofog-controller/"$1"
rm -f /opt/iofog-controller/"$1"
else
npm i -g iofogcontroller --unsafe-perm
npm i -g iofogcontroller@1.2 --unsafe-perm
fi

0 comments on commit f205bc0

Please sign in to comment.