Skip to content

Commit

Permalink
test/shr: fix missing 'env' target.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
  • Loading branch information
klihub committed May 23, 2023
1 parent 69023f6 commit ce07118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/self-hosted-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ base-image-done: .base-image.done.stamp
touch "$@"; \
fi;

create-env: env.in
env create-env: env.in
$(Q)cp -i env.in env

cleanup:
Expand Down

0 comments on commit ce07118

Please sign in to comment.