Skip to content

Commit

Permalink
Fix precommit check
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanstrominger committed Jan 4, 2024
1 parent 728da9b commit 949139d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/loadenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
while IFS= read -r line; do
if [[ -n "$line" ]]; then
echo "export $line"
export "$line"
export "${line?}"
fi
done < <(grep -v '^#' "$file")
echo Super user "$DJANGO_SUPERUSER_USERNAME"
Expand Down

0 comments on commit 949139d

Please sign in to comment.