Skip to content

Commit

Permalink
Merge pull request #88 from kasvith/fix/resolver2
Browse files Browse the repository at this point in the history
fixed the issue in params resolver
  • Loading branch information
harsha89 authored Aug 7, 2019
2 parents 6e8f894 + e3f3417 commit e1d7998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-export-cli/cmd/importAPI.go
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ func ImportAPI(credential credentials.Credential, importPath, apiImportExportEnd
}

utils.Logln(utils.LogPrefixInfo + "Attempting to inject parameters to the API")
paramsPath, err := resolveAPIParamsPath(importPath, apiParamsPath)
paramsPath, err := resolveAPIParamsPath(resolvedApiFilePath, apiParamsPath)
if err != nil && apiParamsPath != DefaultAPIMParamsFileName && apiParamsPath != "" {
return err
}
Expand Down

0 comments on commit e1d7998

Please sign in to comment.