Skip to content

Commit d2d63f2

Browse files
committed
templates/facts.rb.erb: fix whitespace, indentation
1 parent 64a4f2a commit d2d63f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/facts.rb.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!<%= @ruby_bin %>
2-
# Facts:
2+
# Facts:
33
# - jira_buildNumber
44
# - jira_version
55
# - jira_baseUrl
@@ -22,7 +22,7 @@ pinfo = JSON.load(info)
2222
pinfo.each do |key, value|
2323
actual_value = value
2424
if value.is_a? Array
25-
actual_value = value.join(',')
25+
actual_value = value.join(',')
2626
end
2727
puts "jira_#{key.to_s.chomp()}=#{actual_value.to_s.chomp}"
2828
end

0 commit comments

Comments
 (0)