Skip to content

Commit

Permalink
refactor(agent): use unique project name
Browse files Browse the repository at this point in the history
To distinguish it from other modules.
  • Loading branch information
azzamsa committed Jul 30, 2024
1 parent 5fc8994 commit a06e7bf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN echo "$VCS_REVISION" > ./version

COPY src .

CMD ["python3", "agent/main.py"]
CMD ["python3", "rkagent/main.py"]
2 changes: 1 addition & 1 deletion agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "agent"
name = "rkagent" # restknot-agent
version = "0.7.12"
description = "RESTKnot Agent"
authors = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a06e7bf

Please sign in to comment.