mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
typo
This commit is contained in:
parent
3387c7e803
commit
d049fc5026
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ build_kustomizations() {
|
|||
# in which case, don't bother.
|
||||
if [ -f EXTRA.yaml ]; then
|
||||
all_yaml=$(mktemp)
|
||||
cat SERVICE.yaml <(echo "---") EXTRA.YAML > "$all_yaml"
|
||||
cat SERVICE.yaml <(echo "---") EXTRA.yaml > "$all_yaml"
|
||||
else
|
||||
all_yaml=SERVICE.yaml
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue