Skip to content

Commit

Permalink
Fix quotes in test.sh
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Dec 1, 2023
1 parent 575bc6b commit 17e77e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ checkprograms() {
}

runtests() {
go run "$DIR/../cmd/archivistactl/main.go store $DIR/*.attestation.json"
go run "$DIR/../cmd/archivistactl/main.go" store "$DIR/*.attestation.json"
}

waitForArchivista() {
Expand Down

0 comments on commit 17e77e6

Please sign in to comment.