Skip to content

Commit

Permalink
feat: Rename default socket
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Oct 5, 2023
1 parent c47cc07 commit 005e7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ func newServerCmd() *cobra.Command {
var (
name = "server"
serverViper = newViper(name)
defaultAddr = "$XDG_RUNTIME_DIR/iris/iris.socket"
defaultAddr = "$XDG_RUNTIME_DIR/iris/server.socket"
)

const (

0 comments on commit 005e7fc

Please sign in to comment.