Skip to content

Commit

Permalink
feat(recopy): change url
Browse files Browse the repository at this point in the history
  • Loading branch information
Caceresenzo committed Apr 24, 2023
1 parent f0d04cf commit 02a405e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crunch/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'crunch-cli'
__description__ = 'crunch-cli - CLI of the CrunchDAO Platform'
__version__ = '0.15.0'
__version__ = '0.15.1'
__author__ = 'Enzo CACERES'
__author_email__ = '[email protected]'
__url__ = 'https://github.com/crunchdao/crunch-cli'
2 changes: 1 addition & 1 deletion crunch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def format_web_url(self, path: str):
def print_recopy_command(self):
print("---")
print("please follow this link to copy and paste your new setup command:")
print(self.format_web_url('/project'))
print(self.format_web_url('/submit?tab=cli'))
print("")


Expand Down

0 comments on commit 02a405e

Please sign in to comment.