Skip to content

Commit

Permalink
[php-apc] don't set default tempfile name by plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed Jan 17, 2017
1 parent 920f594 commit 460f600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mackerel-plugin-php-apc/lib/flags.go
Expand Up @@ -34,7 +34,7 @@ var cliStatusPage = cli.StringFlag{

var cliTempFile = cli.StringFlag{
Name: "tempfile, t",
Value: "/tmp/mackerel-plugin-php-apc",
Value: "",
Usage: "Set temporary file path.",
EnvVar: "ENVVAR_TEMPFILE",
}

0 comments on commit 460f600

Please sign in to comment.