Skip to content

Commit

Permalink
Add missing newlines
Browse files Browse the repository at this point in the history
Resolves #102
  • Loading branch information
MikeSpreitzer committed Jun 6, 2016
1 parent f2e2cf7 commit b1c89db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/kubernetes/master/network-environment-template
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
DEFAULT_IPV4=<KUBERNETES_MASTER>

# IP and port of etcd instance used by Calico
ETCD_AUTHORITY=<KUBERNETES_MASTER>:6666
ETCD_AUTHORITY=<KUBERNETES_MASTER>:6666
2 changes: 1 addition & 1 deletion samples/kubernetes/node/kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit b1c89db

Please sign in to comment.