Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdent committed Jan 10, 2025
1 parent b6790fd commit 75b9411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentstack/cli/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def require_uv():
message += "Full installation instructions at: https://docs.astral.sh/uv/getting-started/installation"
match sys.platform:
case 'linux' | 'darwin':
messsage += "Hint: run `curl -LsSf https://astral.sh/uv/install.sh | sh`"
message += "Hint: run `curl -LsSf https://astral.sh/uv/install.sh | sh`"
case _:
pass
raise EnvironmentError(message)
Expand Down

0 comments on commit 75b9411

Please sign in to comment.