Fix bug in setup (#121)
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -14,7 +14,7 @@ command_exists() {
|
|||||||
|
|
||||||
ensure_required_commands() {
|
ensure_required_commands() {
|
||||||
# Ensure required commands are available
|
# Ensure required commands are available
|
||||||
for cmd in poetry do
|
for cmd in poetry; do
|
||||||
if ! command_exists "$cmd"; then
|
if ! command_exists "$cmd"; then
|
||||||
echo "Error: $cmd is not installed." >&2
|
echo "Error: $cmd is not installed." >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user