Skip to content

Commit

Permalink
Update services/snapcraft/snapcraft-base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 15, 2024
1 parent 13cefed commit 975a69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/snapcraft/snapcraft-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BaseJsonService, pathParam } from '../index.js'

export const snapcraftPackageParam = pathParam({
name: 'package',
example: 'Redis',
example: 'redis',
})

export const snapcraftBaseParams = [snapcraftPackageParam]
Expand Down

0 comments on commit 975a69b

Please sign in to comment.