Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typos in Makefile #971

Closed
jaden-young opened this issue Mar 28, 2018 · 1 comment
Closed

Minor typos in Makefile #971

jaden-young opened this issue Mar 28, 2018 · 1 comment

Comments

@jaden-young
Copy link
Contributor

jaden-young commented Mar 28, 2018

kompose/Makefile

Lines 70 to 71 in 39ad614

.PHONY: generate-test-cmd
gen-cmd:

Should probably be

.PHONY gen-cmd
gen-cmd:

and

.PHONE: test-k8s

Should probably be

.PHONY test-k8s
@hangyan
Copy link
Contributor

hangyan commented Mar 29, 2018

@jaden-young Thanks for point out this ! Would you mind to create a PR to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants