Skip to content

Commit

Permalink
fix typo in dump plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Moessbauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed Oct 22, 2023
1 parent ddb9217 commit 02eeae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kas/plugins/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def setup_parser(cls, parser):
help='Create lockfile with exact SHAs')
parser.add_argument('-i', '--inplace',
action='store_true',
help='Update lockfile in-place (reqires --lock)')
help='Update lockfile in-place (requires --lock)')

def run(self, args):
args.skip += [
Expand Down

0 comments on commit 02eeae6

Please sign in to comment.