Skip to content

Commit

Permalink
fix: typo over thumb-field property name
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocerquone committed Mar 23, 2021
1 parent 3bb5a07 commit 4ff8810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ yargs(argv).command(
restartSpinner("Extracting model from first md file");
const model = extractModel(
extractModelFrom,
argv.thumb_field,
argv["thumb-field"],
argv.exclude ? argv.exclude.split(", ") : []
);
restartSpinner("Creating the model inside your graphCMS instance");
Expand All @@ -143,7 +143,7 @@ yargs(argv).command(
await uploadMds(
mds,
capitalize(promptsRes.modelName),
argv.thumb_field,
argv["thumb-field"],
argv.token,
argv.url
);
Expand Down

0 comments on commit 4ff8810

Please sign in to comment.