Skip to content

Commit

Permalink
chore: restore description for upload tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jun 13, 2024
1 parent 68cf556 commit 00725eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/upload/tarballs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as Tarballs from '../../tarballs'
import {commitAWSDir, templateShortKey} from '../../upload-util'

export default class UploadTarballs extends Command {
static description = 'Upload an oclif CLI to S3. Requires s3 host and bucket to be configured.'
static description = 'Upload an oclif CLI to S3.'

static flags = {
root: Flags.string({char: 'r', default: '.', description: 'Path to oclif CLI root.', required: true}),
Expand Down

0 comments on commit 00725eb

Please sign in to comment.