lib/geordi/settings.rb in geordi-11.1.0 vs lib/geordi/settings.rb in geordi-11.2.0
- old
+ new
@@ -60,11 +60,11 @@
team_ids = local_team_ids | global_team_ids
if team_ids.empty?
Geordi::Interaction.warn 'No team id found.'
- Interaction.note 'Please open a team in Linear, open the command menu with CTRL + K and choose'
- Interaction.note "\"Copy model UUID\". Store that team id in #{LOCAL_SETTINGS_FILE_NAME}:"
+ puts 'Please open a team in Linear, open the command menu with CTRL + K and choose'
+ puts "\"Copy model UUID\". Store that team id in #{LOCAL_SETTINGS_FILE_NAME}:"
puts 'linear_team_ids: abc-123-123-abc, def-456-456-def'
exit 1
end
team_ids