Skip to content

Commit

Permalink
fix(feed): missing base url for PSHH
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 17, 2015
1 parent 0d72326 commit 54271c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ module.exports = (grunt) ->
options:
hub: "<%= config.cfg.pshh %>"

hubUrl: "<%= config.cfg.url %><%= config.cfg.feed %>"
hubUrl: "<%= config.cfg.url %><%= config.cfg.base %><%= config.cfg.feed %>"

grunt.registerTask "theme-upgrade", "Upgrade specific theme from AMSF cache to app", [
"shell:amsf__theme__to_app"
Expand Down

0 comments on commit 54271c4

Please sign in to comment.