Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f89e17

Browse files
committed
Fix
1 parent 2124c54 commit 9f89e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisionersdk/proto/provisioner.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ message TemplateVariable {
5858
string description = 2;
5959
string type = 3;
6060
string default_value = 4;
61-
bool required = 5;
61+
bool required = 5;
6262
bool sensitive = 6;
6363
}
6464

0 commit comments

Comments
 (0)