Skip to content

Commit

Permalink
sync/shared-config: remove locked threads file correctly.
Browse files Browse the repository at this point in the history
Needed to remove the destination not target path here.
  • Loading branch information
MikeMcQuaid committed Jul 14, 2024
1 parent 6b26275 commit 1b55429
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 1b55429

Please sign in to comment.