Skip to content

Commit

Permalink
misc: fix identity bug again
Browse files Browse the repository at this point in the history
🤦

Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed May 23, 2024
1 parent f9e8b8d commit 12b219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func main() {
opts.Endpoint = addrPort.String()
}

if opts.WireguardConfig != "" {
if opts.WireguardConfig == "" {
// create identities
if err := createPrimaryAndSecondaryIdentities(l.With("subsystem", "warp/account"), opts); err != nil {
fatal(l, err)
Expand Down

0 comments on commit 12b219f

Please sign in to comment.