Skip to content

Commit b076bfa

Browse files
fix(devbox): launch parameter typo
1 parent c847651 commit b076bfa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 94
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-907baea7d51fd2660895c74603cf1ff765eb9f62eb10ce6e0c1d17ac1c16abf2.yml
3-
openapi_spec_hash: f1280edb22cdd91238efc2b18e3d324c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-ae41f8669a7ba1eec677634573b55bace4dedcf7027e0c1fee503d7c44472e3e.yml
3+
openapi_spec_hash: 9a3c12559ec74a00adffe7b254757903
44
config_hash: 2363f563f42501d2b1587a4f64bdccaf

src/resources/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export namespace LaunchParameters {
265265
*/
266266
export interface UserParameters {
267267
/**
268-
* User ID (UID) for the Linux user. Must be a positive integer.
268+
* User ID (UID) for the Linux user. Must be a non-negative integer.
269269
*/
270270
uid: number;
271271

0 commit comments

Comments
 (0)