Skip to content

Commit

Permalink
test/container: fix path to koji sql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Oct 22, 2024
1 parent 9fcd923 commit 073fdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/container/hub/run-hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ psql_cmd() {

# initialize the database if it isn't initialized already
if ! psql_cmd -c "select * from users" &>/dev/null; then
psql_cmd -f /usr/share/doc/koji/docs/schema.sql >/dev/null
psql_cmd -f /usr/share/koji/schema.sql >/dev/null
fi

# ensure /mnt/koji is owned by apache
Expand Down

0 comments on commit 073fdfb

Please sign in to comment.