Skip to content

Commit

Permalink
Merge pull request #1863 from ekohl/fix-tmpfile
Browse files Browse the repository at this point in the history
Add extension parameter to parent tmpfile method signature
  • Loading branch information
bastelfreak authored May 6, 2024
2 parents 2a89cfc + 04c6650 commit 13c3d25
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 13c3d25

Please sign in to comment.