Skip to content

Commit

Permalink
Fix hard coded bugs.url
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed May 24, 2016
1 parent 842d431 commit 03d7972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ${err.message}
}
} else {
dialog.showErrorBox('Application Error',`${err.stack}
Please report it to https://github.com/princejwesley/Mancy/issues/new`);
Please report it to ${Config.bugs.url}`);
}
};

Expand Down

0 comments on commit 03d7972

Please sign in to comment.