Skip to content

Commit dfd9438

Browse files
committed
-
1 parent c643ba0 commit dfd9438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/database/generate.sh

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
2323
first=true
2424
files=$(find ./queries/ -type f -name "*.sql.go" | sort)
2525
for fi in $files; do
26-
echo "==> $fi"
2726
# Find the last line from the imports section and add 1. We have to
2827
# disable pipefail temporarily to avoid ERRPIPE errors when piping into
2928
# `head -n1`.

0 commit comments

Comments
 (0)