Skip to content

Commit ed7aef6

Browse files
committed
docs: edit user message
1 parent 2ff4498 commit ed7aef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/lib/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def quit_handler(_signo=None, _stack_frame=None):
8787
# create directory for scripts along the path of conf file if needed
8888
if not os.path.exists(path):
8989
os.makedirs(path)
90-
print("directory for scripts has created")
90+
print("Directory for scripts has created")
9191
template = GetKeys()
9292
# if no name for zabbix-parameters save to postgrespro.conf
9393
if commands[2].rfind("/") == len(commands[2]) - 1:

0 commit comments

Comments
 (0)