Skip to content

Commit d04d7b1

Browse files
committed
chore: nil behaviour
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 49228db commit d04d7b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

provisionersdk/proto/provisioner.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ message App {
266266
bool hidden = 11;
267267
AppOpenIn open_in = 12;
268268
string group = 13;
269-
string id = 14;
269+
string id = 14; // If nil, new UUID will be generated.
270270
}
271271

272272
// Healthcheck represents configuration for checking for app readiness.

site/e2e/provisionerGenerated.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)