Skip to content

Commit 2d4358c

Browse files
authored
tools: update hecat to v1.3.1, fix invalid filenames on Windows (#1045)
* tools: update hecat to v1.3.1 - https://github.com/nodiscc/hecat/releases/tag/1.3.1 * fix what-to-cook?.yml filename preventing cloning on windows - #1044 - nodiscc/hecat#143
1 parent f0fb18c commit 2d4358c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
python3 -m venv .venv
99
source .venv/bin/activate && \
1010
pip3 install wheel && \
11-
pip3 install --force git+https://github.com/nodiscc/[email protected].0
11+
pip3 install --force git+https://github.com/nodiscc/[email protected].1
1212

1313
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
1414
import: clean install
File renamed without changes.

0 commit comments

Comments
 (0)