Skip to content

Commit

Permalink
Use default build for gmessages
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 15, 2024
1 parent 1ee71a5 commit dd501e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bbctl/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func runBridge(ctx *cli.Context) error {
binaryName := fmt.Sprintf("mautrix-%s", cfg.BridgeType)
ciV2 := false
switch cfg.BridgeType {
case "gmessages", "meta":
case "meta":
ciV2 = true
}
if cfg.BridgeType == "imessagego" {
Expand Down

0 comments on commit dd501e7

Please sign in to comment.