Skip to content

Commit 2643be8

Browse files
committed
Lint
1 parent 77fa794 commit 2643be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/app_service_vpn.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def extract_msi_info
7474
puts "Extracting MSI endpoint info..."
7575
endpoint = nil
7676
header = nil
77-
Net::SSH.start(HOST, username, password:, port:, encryption: 'aes256-ctr', hmac: 'hmac-sha1-96', auth_methods: ['password']) do |ssh|
77+
Net::SSH.start(HOST, username, password:, port:, encryption: "aes256-ctr", hmac: "hmac-sha1-96", auth_methods: [ "password" ]) do |ssh|
7878
endpoint = ssh.exec! [ "bash", "-l", "-c", %(printf "%s" "$IDENTITY_ENDPOINT") ].shelljoin
7979
header = ssh.exec! [ "bash", "-l", "-c", %(printf "%s" "$IDENTITY_HEADER") ].shelljoin
8080
end

0 commit comments

Comments
 (0)