Skip to content

Commit

Permalink
Fix indentation in __bird_static.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Desroches committed May 12, 2021
1 parent c4a8811 commit 5d1c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type/__bird_static/files/template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ printf "protocol static %s {\n" "${__object_id:?}"
[ -n "${description?}" ] && printf "\tdescription \"%s\";\n" "${description:?}"

# Channel choice
printf "%s;\n" "$(cat "${__object:?}/parameter/channel")"
printf "\t%s;\n" "$(cat "${__object:?}/parameter/channel")"

# Routes
while read -r route
Expand Down

0 comments on commit 5d1c9ff

Please sign in to comment.