Skip to content

Commit

Permalink
Pin default controller version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrcal committed Oct 23, 2019
1 parent ce41047 commit c03022d
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 c03022d

Please sign in to comment.