Skip to content

Commit

Permalink
Convert tabs to spaces in regen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Aug 18, 2024
1 parent 11ac661 commit 4a10fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

if ! [ -e ./yaml2json ]; then
echo "Missing ./yaml2json binary; run 'make go-build' first." >&2
exit 1
exit 1
fi

# Regenerate YAML -> JSON test outputs.
Expand All @@ -31,7 +31,7 @@ echo "done."

if ! [ -e ./json2yaml ]; then
echo "Missing ./json2yaml binary; run 'make go-build' first." >&2
exit 2
exit 2
fi

# Regenerate JSON -> YAML test outputs.
Expand Down

0 comments on commit 4a10fcb

Please sign in to comment.