Skip to content

Commit

Permalink
Fixup! Opal is capitalised.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed May 9, 2017
1 parent 93fcb13 commit b115ae6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ module.exports = function(config){
opalPath = '/home/travis/virtualenv/python' + python_version + '/src/opal';
}
else{
// this should point to the location of opal on your machine, it may be in the virtualenv
// this should point to the location of Opal on your machine, it may be in the virtualenv
opalPath = '../../opal';
}
var karmaDefaults = require(opalPath + '/config/karma_defaults.js');
Expand Down

0 comments on commit b115ae6

Please sign in to comment.