Skip to content

Commit 64c7e40

Browse files
author
Kevin Paulisse
committed
Should no longer be needed with refactors
1 parent 5ef5292 commit 64c7e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/octocatalog-diff/catalog/computed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Catalog
1616
# Represents a Puppet catalog that is computed (via `puppet master --compile ...`)
1717
# By instantiating this class, the catalog is computed.
1818
class Computed
19-
attr_reader :node, :error_message, :catalog, :catalog_json, :retries, :scriptrunner, :puppet_command_obj
19+
attr_reader :node, :error_message, :catalog, :catalog_json, :retries
2020

2121
# Constructor
2222
# @param :node [String] REQUIRED: Node name

0 commit comments

Comments
 (0)