refacto: pg_morbac -> pgmorbac

This commit is contained in:
2026-02-22 22:24:47 +01:00
parent 2202676f54
commit 32a6a8dd17
23 changed files with 71 additions and 71 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
set -e # Exit immediately if a command exits with a non-zero status
SRC_DIR="${1:-src}"
OUTPUT="${2:-pg_morbac.sql}"
OUTPUT="${2:-pgmorbac.sql}"
if [ ! -d "$SRC_DIR" ]; then
echo "Error: source directory not found: $SRC_DIR" >&2