Skip to content

Commit

Permalink
chore: agent.conf -> agent.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jun 24, 2024
1 parent faf4421 commit adc7af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ai/backend/agent/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ async def server_main(
"--config",
type=click.Path(exists=True, dir_okay=False, path_type=Path),
default=None,
help="The config file path. (default: ./agent.conf and /etc/backend.ai/agent.conf)",
help="The config file path. (default: ./agent.toml and /etc/backend.ai/agent.toml)",
)
@click.option(
"--debug",
Expand Down
2 changes: 1 addition & 1 deletion src/ai/backend/agent/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ async def watcher_server(loop, pidx, args):
"--config",
type=click.Path(exists=True, dir_okay=False),
default=None,
help="The config file path. (default: ./agent.conf and /etc/backend.ai/agent.conf)",
help="The config file path. (default: ./agent.toml and /etc/backend.ai/agent.toml)",
)
@click.option(
"--debug",
Expand Down

0 comments on commit adc7af6

Please sign in to comment.