Skip to content

Commit

Permalink
Fix parameter name in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akerekes authored Jan 3, 2025
1 parent c5ac9c0 commit f778f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions_framework/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def port= port

##
# Set the pidfile string, or `nil` to use the default.
# @param pidfile [String,nil]
# @param path [String,nil]
#
def pidfile= path
@pidfile = (path || ::ENV["PIDFILE"] || "puma.pid").to_s
Expand Down

0 comments on commit f778f4d

Please sign in to comment.