Skip to content

Commit 3b5908c

Browse files
authored
fix: fix local deployment path (#128)
1 parent d02d834 commit 3b5908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emd/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929

3030
LOCAL_DEPLOY_PIPELINE_ZIP_DIR = os.path.join(
3131
os.path.expanduser("~"),
32-
f"emd_{VERSION}"
32+
".emd-local"
3333
)

0 commit comments

Comments
 (0)