Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas committed May 13, 2024
1 parent 65b0536 commit 50f8af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clir/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def init():
@click.option('-t', '--tag', help="Tag to be associated with the command", prompt=True)
def new(command, description, tag):
if not check_config():
print("Initial configuration is not set. Executing 'clir init'...")
print("The initial configuration is not set. Executing 'clir init'...")
subprocess.run(["clir", "init"])

# Check again after executing 'clir init'
Expand Down

0 comments on commit 50f8af3

Please sign in to comment.