Skip to content

Commit

Permalink
Merge pull request #152 from Homebrew/remove_locked_threads_harder
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 14, 2024
2 parents 6b26275 + 1b55429 commit 72477d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def git(*args)
"#{dependabot_config}\n",
)
when deprecated_lock_threads
FileUtils.rm_f target_path
FileUtils.rm_f path
else
next if path == target_path.to_s

Expand Down

0 comments on commit 72477d0

Please sign in to comment.