diff --git a/scripts/getAccountState.sh b/scripts/getAccountState.sh index 83d2369c57..42fdd1bc92 100755 --- a/scripts/getAccountState.sh +++ b/scripts/getAccountState.sh @@ -7,4 +7,4 @@ # group_pda # # to add more accounts to regenerate, add them to setup_test_programs_with_accounts and test script -cd programs/compressed-pda && cargo test-sbf regenerate_accounts -- --ignored --nocapture && cd - \ No newline at end of file +cd test-programs/compressed-pda-test && cargo test-sbf regenerate_accounts -- --ignored --nocapture && cd -