Skip to content

Commit

Permalink
(bug) unable to run open project update task
Browse files Browse the repository at this point in the history
  • Loading branch information
gnepud committed Oct 21, 2024
1 parent 1e74afd commit 221ed80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next release

- Fix a bug: unable to run open project update task

## v6.3.33 2024 October 2

- Fix a bug: unable to reset OpenApi token
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/fablab/openlab.rake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace :fablab do
task bulk_update: :environment do
if Setting.get('openlab_app_id').present? && Setting.get('openlab_app_secret').present?
Project.find_each do |project|
project.openlab_update
project.openlab_create_or_update
puts '-> Done'
end
else
Expand Down

0 comments on commit 221ed80

Please sign in to comment.