Skip to content

Commit

Permalink
Fix bug in setup (Skyvern-AI#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchintan authored Mar 24, 2024
1 parent 384e4ac commit 8b9db3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ command_exists() {

ensure_required_commands() {
# Ensure required commands are available
for cmd in poetry do
for cmd in poetry; do
if ! command_exists "$cmd"; then
echo "Error: $cmd is not installed." >&2
exit 1
Expand Down

0 comments on commit 8b9db3a

Please sign in to comment.