Skip to content

Commit d2a7222

Browse files
Fix typo on aim init command comments (#996)
Fix typo on aim init command comments
1 parent c5e7a0b commit d2a7222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aim/cli/init/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def init(repo):
1414
"""
1515
Initializes new repository in the --repo directory.
16-
Initializes new repository in the current working directory if --repo argument is provided:
16+
Initializes new repository in the current working directory if --repo argument is not provided:
1717
- Creates .aim directory & runs upgrades for structured DB
1818
"""
1919
repo_path = clean_repo_path(repo) or os.getcwd()

0 commit comments

Comments
 (0)