Skip to content
This repository was archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4180 from gratipay/fix-sync-npm-bug
Browse files Browse the repository at this point in the history
Fix regression in sync-npm cli
  • Loading branch information
chadwhitacre authored Nov 10, 2016
2 parents a6bacb3 + 11c0cf9 commit 4aebe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gratipay/sync_npm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def _(*a, **kw):
tell_sentry(e, {})
return _

subcommands[args.command.replace('-', '_')](env, args, db, sentrified)
subcommands[args.command](env, args, db, sentrified)

0 comments on commit 4aebe3b

Please sign in to comment.