Skip to content

Commit

Permalink
mostly whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jul 1, 2014
1 parent d1bfac0 commit d86cd49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ambassadord

This is a Docker ambassador (containerized TCP reverse proxy / forwarder) that supports static forwards, DNS-based forwards (with SRV), Consul+Etcd based forwards, or forwards based on the connecting container's intended backend (read: magic).
A Docker ambassador (containerized TCP reverse proxy / forwarder) that supports static forwards, DNS-based forwards (with SRV), Consul+Etcd based forwards, or forwards based on the connecting container's intended backend (read: magic).

## Getting ambassadord

Expand Down
8 changes: 4 additions & 4 deletions stage/start
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ setup_iptables() {

main() {
case "$1" in
--links) links;;
--setup-iptables) setup_iptables;;
--omnimode) /bin/ambassadord;;
*) /bin/ambassadord "$1";;
--links) links;;
--setup-iptables) setup_iptables;;
--omnimode) /bin/ambassadord;;
*) /bin/ambassadord "$1";;
esac
}

Expand Down

0 comments on commit d86cd49

Please sign in to comment.