Skip to content

Commit

Permalink
Fix typo in parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
chhtz authored Nov 29, 2024
1 parent fbbb95d commit a30d95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autoproj/manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ def add_osdeps_overrides(osdeps_name, package: osdeps_name, packages: [], force:

# Remove any OSDeps override that has previously been added with
# #add_osdeps_overrides
def remove_osdeps_overrides(osdep_name)
def remove_osdeps_overrides(osdeps_name)
@osdeps_overrides.delete(osdeps_name.to_s)
end

Expand Down

0 comments on commit a30d95c

Please sign in to comment.