We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e7a0b commit d2a7222Copy full SHA for d2a7222
1 file changed
aim/cli/init/commands.py
@@ -13,7 +13,7 @@
13
def init(repo):
14
"""
15
Initializes new repository in the --repo directory.
16
- Initializes new repository in the current working directory if --repo argument is provided:
+ Initializes new repository in the current working directory if --repo argument is not provided:
17
- Creates .aim directory & runs upgrades for structured DB
18
19
repo_path = clean_repo_path(repo) or os.getcwd()
0 commit comments