Skip to content

Commit d90ffa3

Browse files
say-paulmmartinv
andauthored
Update test/test-makefile.sh
Co-authored-by: Miguel Martin <mmartinv@redhat.com>
1 parent f01b20f commit d90ffa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-makefile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ run_fido_device_onboard () {
139139
local log=$1
140140
local extra_args=("${@:2}")
141141
cd ${creds_dir}
142-
go-fdo-client --blob "${device_credentials}" --debug onboard --key ec256 --kex ECDH256 "${extra_args[@]}" | tee "${log}"
142+
go-fdo-client --blob "${device_credentials}" --debug onboard --key ec256 --kex ECDH256 "${@}" | tee "${log}"
143143
cd -
144144
grep 'FIDO Device Onboard Complete' "${log}"
145145
}

0 commit comments

Comments
 (0)