Skip to content

Commit 8582ed6

Browse files
Mic92mergify[bot]
authored andcommitted
fix misspelled variables
1 parent c12811b commit 8582ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nixos-anywhere.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ while [[ $# -gt 0 ]]; do
213213
vmTest=y
214214
;;
215215
*)
216-
if [[ -z ${ssh_connection-} ]]; then
216+
if [[ -z ${sshConnection-} ]]; then
217217
sshConnection="$1"
218218
else
219219
showUsage
@@ -367,7 +367,7 @@ $maybeSudo mkdir -p /root/kexec
367367
SSH
368368

369369
# no way to reach global ipv4 destinations, use gh-v6.com automatically if github url
370-
if [[ ${hasIpv6_only-n} == "y" ]] && [[ $kexecUrl == "https://github.com/"* ]]; then
370+
if [[ ${hasIpv6Only-n} == "y" ]] && [[ $kexecUrl == "https://github.com/"* ]]; then
371371
kexecUrl=${kexecUrl/"github.com"/"gh-v6.com"}
372372
fi
373373

0 commit comments

Comments
 (0)