Skip to content

Commit

Permalink
Add extension parameter to parent tmpfile method signature
Browse files Browse the repository at this point in the history
Even though this doesn't implement it, it's still good to use the same
signature consistently.

Fixes: 37dd194 ("Support an extension to tmpfile")
  • Loading branch information
ekohl committed May 6, 2024
1 parent 2a89cfc commit 04c6650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def do_rsync_to from_path, to_path, opts = {}
raise Beaker::Host::CommandFailure, result.error
end

def tmpfile(name = '')
def tmpfile(name = '', extension = nil)
raise NotImplementedError
end

Expand Down

0 comments on commit 04c6650

Please sign in to comment.