Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kentakayama committed Nov 20, 2024
1 parent 88d7ade commit 6e68a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.process
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(TARGET): $(OBJS) | ./bin

define test-one
$(TARGET) ./testfiles/suit_manifest_exp$(1).cbor \
-u "http://cdn.example/example3.bin" -f "./testfiles/raw_image.bin \
-u "http://cdn.example/example3.bin" -f "./testfiles/raw_image.bin" \
-u "http://example.com/file.bin" -f "./testfiles/raw_image.bin" \
-u "http://example.com/dependent.suit" -f "./testfiles/suit_manifest_expS0.cbor" \
-u "https://example.com/encrypted-firmware" -b "758c4b7bbae2c4c1d462423e0f0dc3164ffa7b85bb94d4bd6d7ed26ab32feb063385d4d3465927ec82cb5e198a59" \
Expand Down

0 comments on commit 6e68a4c

Please sign in to comment.