Skip to content

Commit

Permalink
Fix issue in inlets OSS systemd URL
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 27, 2020
1 parent 594b782 commit 7a5b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provision/userdata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ curl -SLsf https://github.com/inlets/inlets/releases/download/2.7.4/inlets > /tm
chmod +x /tmp/inlets && \
mv /tmp/inlets /usr/local/bin/inlets
curl -sLO https://raw.githubusercontent.com/inlets/inlets/master/hack/inlets.service && \
curl -sLO https://raw.githubusercontent.com/inlets/inlets/master/hack/inlets-operator.service && \
mv inlets-operator.service /etc/systemd/system/inlets.service && \
echo "AUTHTOKEN=$AUTHTOKEN" > /etc/default/inlets && \
echo "CONTROLPORT=$CONTROLPORT" >> /etc/default/inlets && \
Expand Down

0 comments on commit 7a5b21b

Please sign in to comment.