Skip to content

Commit b985bac

Browse files
committed
Rename agent_win32.conf to agent.conf for Windows, remove absolute path c:\\report.txt for Windows PGPRO-4107
1 parent 57b3b18 commit b985bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mamonsu/lib/default_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def default_config_path():
5151
if platform.LINUX:
5252
return '/etc/mamonsu/agent.conf'
5353
elif platform.WINDOWS:
54-
return 'agent_win32.conf'
54+
return 'agent.conf'
5555

5656
@staticmethod
5757
def get_logger_level(level):
@@ -66,6 +66,6 @@ def get_logger_level(level):
6666
@staticmethod
6767
def default_report_path():
6868
if platform.WINDOWS:
69-
return 'c:\\report.txt'
69+
return 'report.txt'
7070
if platform.LINUX:
7171
return '/tmp/report.txt'

0 commit comments

Comments
 (0)