Skip to content

Commit

Permalink
Merge bf40780 into e985822
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv authored Apr 6, 2017
2 parents e985822 + bf40780 commit 121ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class Profiles {

let profilePath

if (Utils.isBrowser && !self._remote) {
if (Utils.isBrowser && !this._remote) {
profilePath = profile.schema_path.split('.')[0]
} else if (this._basePath && profile.schema_path) {
profilePath = path.join(this._basePath, profile.schema_path)
Expand Down

0 comments on commit 121ddfe

Please sign in to comment.