Skip to content

Commit 0770fab

Browse files
authored
Update checkpubs.rb
1 parent 50e00dc commit 0770fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/checkpubs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def generate(site)
2424

2525
publication = Record.new(msg, pub_hash)
2626
publication.key 'focus-area', set: focus_areas if pub_hash.key? 'focus-area'
27-
publication.key 'challenge-area', set: focus_areas if pub_hash.key? 'challenge-area'
27+
publication.key 'challenge-area', set: challenge_areas if pub_hash.key? 'challenge-area'
2828
# rubocop:disable Layout/LineLength
2929
publication.key 'project', :optional, set: projects unless local_fa && local_fa < projectless && local_ca && local_ca < projectless
3030
# rubocop:enable Layout/LineLength

0 commit comments

Comments
 (0)