Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
fix another file location
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Feb 29, 2020
1 parent 824e966 commit 6405a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-mumble",
"version": "0.1.1",
"version": "0.1.2",
"description": "Matrix to Mumble bridge",
"scripts": {
"build": "./build.sh"
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function main() {
const bridge = new Bridge({
homeserverUrl: config.homeserverURL,
domain: config.domain,
registration: __dirname + '/../mumble-registration.yaml',
registration: 'mumble-registration.yaml',
controller: {
onEvent: function(request: any, context: any) {
const event = request.getData();
Expand Down

0 comments on commit 6405a29

Please sign in to comment.