Skip to content

Commit

Permalink
leo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 23, 2024
1 parent e540320 commit 783bfa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ WORKDIR /root/
COPY --from=builder /go/src/app/out/polycli /usr/bin

# Command to run the binary
CMD ["./polycli"]\
CMD ["polycli"]\
2 changes: 1 addition & 1 deletion packaging/templates/package_scripts/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Rules-Requires-Root: yes
Architecture: amd64
Multi-Arch: foreign
Depends:
Description: This is the polygon-cli package from Polygon Technology.
Description: A Swiss Army knife of blockchain tools (from Polygon Technology).

0 comments on commit 783bfa0

Please sign in to comment.