Skip to content

Commit e3e6bd4

Browse files
Merge pull request #1255 from gooddata/snapshot-master-1a9ebb6a-to-rel/dev
[bot] Merge master/1a9ebb6a into rel/dev
2 parents 13ae8ba + 1a9ebb6 commit e3e6bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Common command components (run from workspace root, scoped to this package)
44
ROOT_DIR = ../..
5-
RUFF = $(ROOT_DIR)/.venv/bin/ruff
5+
RUFF = ./.venv/bin/ruff
66
PKG_PATH = packages/$(CURR_DIR_BASE_NAME)
77

88
TOX_FLAGS =

0 commit comments

Comments
 (0)