Skip to content

Commit

Permalink
*: fix shfmt
Browse files Browse the repository at this point in the history
Recent changes in upstream shfmt have started causing our scripts to no
longer be "correctly formatted". Fix up with `shfmt -w`.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
  • Loading branch information
cyphar committed Jul 3, 2017
1 parent 7139b61 commit 7b0c6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ flags=(
NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE
NETFILTER_XT_MATCH_{ADDRTYPE,CONNTRACK}
NF_NAT NF_NAT_NEEDED

# required for bind-mounting /dev/mqueue into containers
POSIX_MQUEUE
)
Expand Down

0 comments on commit 7b0c6e0

Please sign in to comment.