Skip to content

Commit 0676caf

Browse files
authored
Bump minor version and fix formatting for consistency
1 parent 0df1c86 commit 0676caf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docker-ingress-routing-daemon

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
VERSION=4.1.1
3+
VERSION=4.1.2
44

5-
# Ingress Routing Daemon v4.1.1
5+
# Ingress Routing Daemon v4.1.2
66
# Copyright © 2020-2021 Struan Bartlett
77
# ----------------------------------------------------------------------
88
# Permission is hereby granted, free of charge, to any person
@@ -28,8 +28,7 @@ VERSION=4.1.1
2828
# Workaround for https://github.com/moby/moby/issues/25526
2929

3030
log() {
31-
if [ -n "${JOURNAL_STREAM}" ]
32-
then
31+
if [ -n "${JOURNAL_STREAM}" ]; then
3332
# Launched with systemd and journald
3433
echo "$@"
3534
return

0 commit comments

Comments
 (0)