Skip to content

Commit

Permalink
rbtools: secure url in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 27, 2020
1 parent ac31097 commit 469699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/rbtools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def install

test do
system "git", "init"
system "#{bin}/rbt", "setup-repo", "--server", "http://demo.reviewboard.org"
system "#{bin}/rbt", "setup-repo", "--server", "https://demo.reviewboard.org"
out = shell_output("#{bin}/rbt clear-cache")
assert_match "Cleared cache in", out
end
Expand Down

0 comments on commit 469699b

Please sign in to comment.