Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Fix breakage caused by #2574
Browse files Browse the repository at this point in the history
  • Loading branch information
awh committed Nov 3, 2016
1 parent bb639db commit ac44fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/weave-kube/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ "${EXPECT_NPC}" = "0" ]; then
WEAVE_NPC_OPTS=""
fi

/home/weave --local create-bridge --force $WEAVE_NPC_OPTS
/home/weave/weave --local create-bridge --force $WEAVE_NPC_OPTS

# Kubernetes sets HOSTNAME to the host's hostname
# when running a pod in host namespace.
Expand Down

0 comments on commit ac44fa6

Please sign in to comment.