Service.Exec is a slice of strings (#960)
This commit is contained in:
@@ -20,7 +20,7 @@ message Service {
|
||||
// local path of the source
|
||||
string path = 4;
|
||||
// command to execute
|
||||
string exec = 5;
|
||||
repeated string exec = 5;
|
||||
}
|
||||
|
||||
message CreateOptions {
|
||||
|
Reference in New Issue
Block a user