Skip to content

Commit ac0eb6d

Browse files
committed
remove erroneous unused argument to example server
1 parent d689656 commit ac0eb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-wolfhsm-simulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../test-dummy-ca/root-cert.der" >> $tmpfile
7272
./Build/wh_server_tcp.elf --nvminit $tmpfile &
7373
else
74-
./Build/wh_server_tcp.elf --client 12 --id 255 --key ../../../../wolfboot_signing_private_key_pub.der --cert ../../../../wolfboot_signing_cert_chain.der &
74+
./Build/wh_server_tcp.elf --client 12 --id 255 --key ../../../../wolfboot_signing_private_key_pub.der &
7575
fi
7676
TCP_SERVER_PID=$!
7777
echo "TCP_SERVER_PID=$TCP_SERVER_PID" >> $GITHUB_ENV

0 commit comments

Comments
 (0)