Skip to content

Commit

Permalink
Merge branch 'next' of github.com:panda-re/lava into next
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Jul 20, 2024
2 parents 7ad6109 + 0790284 commit ca422df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RESET_DB() {
progress "everything" 1 "Resetting lava db -- logging to $lf"
run_remote "$buildhost" "dropdb -U postgres -h database $db || true" "$lf"
run_remote "$buildhost" "createdb -U postgres -h database $db || true" "$lf"
run_remote "$buildhost" "psql -d $db -h database -f $lava/tools/lavaODB/generated/lava.sql -U postgres" "$lf"
run_remote "$buildhost" "psql -d $db -h database -f /tools/lavaODB/generated/lava.sql -U postgres" "$lf"
run_remote "$buildhost" "echo dbwipe complete" "$lf"
}

Expand Down

0 comments on commit ca422df

Please sign in to comment.