Skip to content

Commit b63dbdc

Browse files
Fix Incorrect Function End Comment
1 parent 13c1292 commit b63dbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fpm/package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def convert(klass)
227227
def converted_from(origin)
228228
# nothing to do by default. Subclasses may implement this.
229229
# See the RPM package class for an example.
230-
end # def convert_from
230+
end # def converted_from
231231

232232
# Add a new source to this package.
233233
# The exact behavior depends on the kind of package being managed.

0 commit comments

Comments
 (0)