Skip to content

Commit

Permalink
Merge pull request #27 from baloise/main
Browse files Browse the repository at this point in the history
Update Makefile for OS
  • Loading branch information
robbizbal authored Nov 1, 2024
2 parents 144d485 + 0524540 commit eb923a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Define variables
POETRY := $(shell command -v poetry 2> /dev/null)
POETRY := $(shell which poetry)
#POETRY := $(shell command -v poetry 2> /dev/null)
INSTALL_STAMP := .install.stamp

# Set the default goal
Expand Down

0 comments on commit eb923a0

Please sign in to comment.