Skip to content

Commit 32a9381

Browse files
committed
default value of socket flag
1 parent d1209a0 commit 32a9381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func init() {
1515
pflag.StringP("fpm", "f", "", "path to php-fpm")
16-
pflag.StringP("socket", "s", "", "path to socket")
16+
pflag.StringP("socket", "s", "socket.sock", "path to socket")
1717
pflag.Parse()
1818

1919
viper.BindPFlags(pflag.CommandLine)

0 commit comments

Comments
 (0)