Skip to content

Commit

Permalink
munin: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed May 30, 2022
1 parent d43fd28 commit db18b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/munin/groonga_disk_
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ end
def suggest
env_path_exist_p = lambda do |variable_name|
path = ENV[variable_name]
path = and File.exist?(path)
path and File.exist?(path)
end
exist_p = lambda do |database_path_name, pid_file_path_name|
env_path_exist_p.call(database_path_name) and
Expand Down

0 comments on commit db18b1f

Please sign in to comment.