Skip to content

Commit 6cdacd4

Browse files
s1113950moreati
authored andcommitted
fix Error: Calling Non-checksummed download of sshpass formula file from an arbitrary URL is disabled
(cherry picked from commit b68d4e9)
1 parent 6a4773a commit 6cdacd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/localhost_ansible_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
with ci_lib.Fold('job_setup'):
2323
os.chmod(KEY_PATH, int('0600', 8))
2424
if not ci_lib.exists_in_path('sshpass'):
25-
run("brew install http://git.io/sshpass.rb")
25+
run("brew install esolitos/ipa/sshpass")
2626

2727

2828
with ci_lib.Fold('machine_prep'):

0 commit comments

Comments
 (0)