Skip to content

Commit

Permalink
fix ff name
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Jan 16, 2025
1 parent a2a1752 commit d9ee0ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run_pnpm_updater
"#{d.name}@#{d.version}"
end.join(" ")

if Dependabot::Experiments.enabled?(:pnpm_fix_all)
if Dependabot::Experiments.enabled?(:enable_fix_for_pnpm_no_change_error)
Helpers.run_pnpm_command(
"pnpm update #{dependency_updates} --lockfile-only --no-save -r",
fingerprint: "pnpm update <dependency_updates> --lockfile-only --no-save -r"
Expand Down

0 comments on commit d9ee0ed

Please sign in to comment.