Skip to content

Commit

Permalink
(maint) Remove redundant version declaration
Browse files Browse the repository at this point in the history
Use the variable to ensure tests for same version use the same source.
  • Loading branch information
Michael Smith committed Mar 24, 2016
1 parent 25d476e commit fe73c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/puppet_agent_windows_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
end

Puppet::Parser::Functions.newfunction(:pe_compiling_server_aio_build, :type => :rvalue) do |args|
'1.2.1.1'
package_version
end
end

Expand Down

0 comments on commit fe73c2b

Please sign in to comment.