Skip to content

Commit

Permalink
Update packages/cli/src/commands/spaces/drains/set.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Helen Cheng <48834224+heicheng18@users.noreply.github.com>
  • Loading branch information
justinwilaby and heicheng18 authored Nov 4, 2024
1 parent 1dac483 commit 6c3bd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/spaces/drains/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Set extends Command {
}

static args = {
url: Args.string({required: true, description: 'url to replace the log drain with'}),
url: Args.string({required: true, description: 'URL to replace the log drain with'}),
}

public async run(): Promise<void> {
Expand Down

0 comments on commit 6c3bd87

Please sign in to comment.