Skip to content

Commit ee9ce01

Browse files
committed
Fix typo
1 parent b78ff5a commit ee9ce01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fpm/package/python.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def fix_name(name)
594594
if name.start_with?("python")
595595
# If the python package is called "python-foo" strip the "python-" part while
596596
# prepending the package name prefix.
597-
return [attributes[:ptython_package_name_prefix], name.gsub(/^python-/, "")].join("-")
597+
return [attributes[:python_package_name_prefix], name.gsub(/^python-/, "")].join("-")
598598
else
599599
return [attributes[:python_package_name_prefix], name].join("-")
600600
end

0 commit comments

Comments
 (0)