Skip to content

Commit 49a7dfb

Browse files
kenyonekohl
andauthored
Update templates/facts.rb.erb
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
1 parent ebef08d commit 49a7dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/facts.rb.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Purpose: Return facts for the running version of jira.
1212
#
1313
require 'json'
14-
require 'open-uri'
14+
require 'uri'
1515
begin
1616
url = 'http://<%= @uri %>:<%= @port %><%= @contextpath %>/rest/api/2/serverInfo'
1717
info = URI.open(url).read

0 commit comments

Comments
 (0)