Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
barakhaim committed Jan 13, 2016
1 parent 39c561d commit 8ce4b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var FirefoxBrowser = function(id, baseBrowserDecorator, args, logger) {
fs.writeFileSync(profilePath + '/prefs.js', this._getPrefs(args.prefs));
self._execCommand(
command,
[url, (customProfile !== '') ? '-p ' + customProfile : '-profile' + profilePath , '-no-remote'].concat(flags)
[url, (customProfile !== '') ? '-p ' + customProfile : '-profile ' + profilePath , '-no-remote'].concat(flags)
);
};
};
Expand Down

0 comments on commit 8ce4b15

Please sign in to comment.