Skip to content

Commit

Permalink
Remove non working string options
Browse files Browse the repository at this point in the history
  • Loading branch information
cacevesva committed Aug 29, 2023
1 parent 82abf5a commit 4b7ff8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/seed_legacy_appeal_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ namespace :db do
$stdout.puts("Enter the CSS ID of a judge user that you want to assign these appeals to")

if Rails.env.development? || Rails.env.test?
$stdout.puts("Hint: Judge Options include 'BVAAABSHIRE', 'BVARERDMAN'") # local / test option
$stdout.puts("Hint: Judge Options include 'BVARERDMAN'") # local / test option
else
$stdout.puts("Hint: Judge Options include 'CF_VLJ_283', 'CF_VLJTWO_283'") # UAT option
end
Expand All @@ -386,7 +386,7 @@ namespace :db do
$stdout.puts("Which attorney do you want to assign the Attorney Task to?")

if Rails.env.development? || Rails.env.test?
$stdout.puts("Hint: Attorney Options include 'BVASCASPER1', 'BVARERDMAN', 'BVALSHIELDS'") # local / test option
$stdout.puts("Hint: Attorney Options include 'BVALSHIELDS'") # local / test option
else
$stdout.puts("Hint: Judge Options include 'CF_ATTN_283', 'CF_ATTNTWO_283'") # UAT option
end
Expand Down

0 comments on commit 4b7ff8f

Please sign in to comment.