Skip to content

Commit

Permalink
Added missing single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Käufl committed Feb 2, 2015
1 parent 183ebe7 commit c36533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/ember-cli-github-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {

updateLocationType: function() {
var search = "locationType: 'auto'";
var replace = "locationType: 'hash";
var replace = "locationType: 'hash'";

return this.replaceEnvironment(search, replace);
},
Expand Down

0 comments on commit c36533a

Please sign in to comment.