We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c643ba0 commit dfd9438Copy full SHA for dfd9438
coderd/database/generate.sh
@@ -23,7 +23,6 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
23
first=true
24
files=$(find ./queries/ -type f -name "*.sql.go" | sort)
25
for fi in $files; do
26
- echo "==> $fi"
27
# Find the last line from the imports section and add 1. We have to
28
# disable pipefail temporarily to avoid ERRPIPE errors when piping into
29
# `head -n1`.
0 commit comments