vmware-archive / operator-builder

A Kubebuilder plugin to accelerate the development of Kubernetes operators
MIT License
41 stars 6 forks source link

fix: Fixed link to MIT LICENSE file #266

Closed AndriyKalashnykov closed 2 years ago

AndriyKalashnykov commented 2 years ago

link was pointing to different project

AndriyKalashnykov commented 2 years ago

Fixed link to MIT LICENSE file

scottd018 commented 2 years ago

@AndriyKalashnykov thanks for the PR! when you get a second, this org requires the use of Developer Certificate of Origin (DCO) message. you should be able to:

git commit -s -a --amend

And then repush your commits:

git push --force

In order to get this fixed. Give that a shot and let me know if you have troubles. I can merge once that's all cleaned up