Skip to content

Commit

Permalink
fix: set project path after upgrade to poetry 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Jan 10, 2025
1 parent 250807c commit 4efa2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# *******************************************************************************
# Copyright (c) 2023-2024 Eclipse Foundation and others.
# Copyright (c) 2023-2025 Eclipse Foundation and others.
# This program and the accompanying materials are made available
# under the terms of the Eclipse Public License 2.0
# which is available at http://www.eclipse.org/legal/epl-v20.html
Expand Down Expand Up @@ -29,5 +29,5 @@ then
source "$PRGDIR"/.venv/bin/activate
PYTHONPATH=$PYTHONPATH:$PRGDIR python3 -m otterdog.cli "$@"
else
poetry -C "$PRGDIR" run otterdog "$@"
poetry -P "$PRGDIR" run otterdog "$@"
fi

0 comments on commit 4efa2a0

Please sign in to comment.