Fix device plugin generator script

This commit is contained in:
chenyaqi01 2019-11-20 12:53:09 +08:00
parent 81af5baff8
commit fa9a55617b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// To regenerate api.pb.go run hack/update-device-plugin.sh
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
syntax = 'proto3';
package deviceplugin;

View File

@ -1,4 +1,4 @@
// To regenerate api.pb.go run hack/update-device-plugin.sh
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
syntax = 'proto3';
package v1beta1;