Skip to content

Commit

Permalink
fix: anvil_test script
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-98 committed Mar 2, 2024
1 parent 9116660 commit 61b3f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_scripts/local_testing/anvil_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ set -e
PWD=`pwd`
LOCAL_DB="host=localhost user=debian dbname=sample"
cd /home/debian/anvil-third-eye
go run "scripts/merged_pf_version_reset/main.go" "$LOCAL_DB" $FORK_BLOCK
# go run "scripts/merged_pf_version_reset/main.go" "$LOCAL_DB" $FORK_BLOCK
cd $PWD
createdb -O $SUPERUSER -T sample tmp_sample

Expand Down

0 comments on commit 61b3f57

Please sign in to comment.