Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Aug 12, 2024
1 parent 6f66fba commit 74bbff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.ONESHELL:
ENV_PREFIX=$(shell poetry env info -p)/bin/
ENV_PREFIX=$(shell poetry env info -p 2>/dev/null || { [ -d "/home/runner/.local" ] && echo "/home/runner/.local"; })/bin/
TEST_DIR?="tosfs/tests/"

.PHONY: help
Expand Down
Empty file added tosfs/tests/.gitkeep
Empty file.

0 comments on commit 74bbff2

Please sign in to comment.