Skip to content

Commit

Permalink
fix: music service name
Browse files Browse the repository at this point in the history
Fixed #32
  • Loading branch information
svrooij committed Feb 13, 2024
1 parent 32d2fe8 commit 9fb5ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/sonos-docs/src/commands/musicservices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as path from 'path'
import * as fs from 'fs'

export default class Musicservices extends Command {
static description = 'describe the command here'
static description = 'List music services available on a Sonos speaker'

static flags = {
...cli.table.flags(),
Expand Down

0 comments on commit 9fb5ca4

Please sign in to comment.