Skip to content

Commit d9e42e8

Browse files
committed
Make preflight path posix too :)
Signed-off-by: Charlie Egan <[email protected]>
1 parent 95360fe commit d9e42e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bundle-all-platforms:
6666
# Packages
6767

6868
package-test:
69-
cd $(ROOT_DIR) && go run ./main.go package test preflight-packages/examples.jetstack.io
69+
cd $(ROOT_DIR) && go run ./main.go package test ./preflight-packages/examples.jetstack.io
7070

7171
# Docker image
7272

0 commit comments

Comments
 (0)