Skip to content

Commit

Permalink
Revert "fix: typo Model to model"
Browse files Browse the repository at this point in the history
This reverts commit e839829.
  • Loading branch information
mosoriob committed Feb 29, 2020
1 parent e839829 commit d2f4d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/localex/local-execution-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const _downloadAndUnzipToDirectory = (url: string, modeldir: string, compname: s

const _downloadWCM = async (url: string, model: Model, prefs: MintPreferences) => {
// Get the name of the model configuration
let model_configuration = model.model_configuration
let model_configuation = Model.model_configuration
// Get zip file name from url
let plainurl = url.replace(/\?.*$/, '');
let zipfile = plainurl.replace(/.+\//, "");
Expand Down

0 comments on commit d2f4d23

Please # to comment.