Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 9768863

Browse files
committed
typo
1 parent 39659a0 commit 9768863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lektor: lektor.nix
6868

6969
lektor.nix: lektor.txt $(PYPI2NIX)
7070
@echo "generating lektor nix expressions ..."
71-
@$(PYPI2NIX) --basename lektop -r lektor.txt -E $(LEKTOR_BUILD_INPUTS) -I $(NIX_PATH) -V "2.7"
71+
@$(PYPI2NIX) --basename lektor -r lektor.txt -E $(LEKTOR_BUILD_INPUTS) -I $(NIX_PATH) -V "2.7"
7272

7373
lektor.txt: lektor-clear
7474
@echo "Lektor" > lektor.txt

0 commit comments

Comments
 (0)