Skip to content

Commit

Permalink
Merge pull request #1664 from vitorbaptista/patch-1
Browse files Browse the repository at this point in the history
Fix typo "paramteter" -> "parameter"
  • Loading branch information
drewbanin authored Aug 5, 2019
2 parents b2f2e69 + ac128da commit 06a8944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/task/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class MigrationTask(BaseTask):
def __init__(self, args, config):
if not args.from_archive:
raise RuntimeException(
'The --from-archive paramteter is required!'
'The --from-archive parameter is required!'
)
if args.apply:
args.write_files = True
Expand Down

0 comments on commit 06a8944

Please sign in to comment.