Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: Change build-image CLI argument to files (#825)
Browse files Browse the repository at this point in the history
* fix: Change build-image CLI argument to files
Co-authored-by: Liam Coatman <[email protected]>
  • Loading branch information
liamcoatman authored Dec 8, 2021
1 parent 772617f commit 7506895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/addon-base-raas/packages/serverless-packer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ class ServerlessPackerPlugin {
usage: 'Build an AMI using packer',
lifecycleEvents: ['build'],
options: {
file: {
files: {
usage:
'Override the packer file used to build the AMI' +
'(e.g. "--file \'packer.json\'" or "-m \'packer.json\'")',
'(e.g. "--files \'packer.json\'" or "-m \'packer.json\'")',
required: false,
shortcut: 'f',
},
Expand Down

0 comments on commit 7506895

Please sign in to comment.