Skip to content

Commit

Permalink
fix CNAME Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonny Quérouil committed Feb 3, 2015
1 parent fea7159 commit 3320a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubpress/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4756,7 +4756,7 @@ var SettingsStore = assign({}, EventEmitter.prototype, {
}
}
else {
if (meta.branch !== "master") {
if (meta.branch !== "master" && (!meta.cname || meta.cname === "")) {
url = url + "/" + meta.repositoryName;
}
}
Expand Down

0 comments on commit 3320a30

Please sign in to comment.