Skip to content

Commit

Permalink
adjust nonces for bug scrub 0015
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Dec 9, 2021
1 parent c359ec4 commit 9dcdb8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bugcrush.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
}
elsif ARGV[1] == "v2"
{
google_sheet_id: "1Ol93Zi2mJ9GYr_dmhr5DcAExjmSwre0nLQbCbzVpBSo",
scrub_event_id: "0014",
previous_event_id: "0013",
google_sheet_id: "1B78Z7AIGBbxjKbrb43iWgCZdkjlhHbzvg0I09d9HzgY",
scrub_event_id: "0015",
previous_event_id: "0014",
csvinput_filename: ARGV[0],
discussion_csvinput_filename: ARGV[2],
}
Expand Down

0 comments on commit 9dcdb8e

Please sign in to comment.