home » dokk/documentation.git
Author zPlus <zplus@peers.community> 2023-07-29 16:15:31
Committer zPlus <zplus@peers.community> 2023-07-29 16:15:31
Commit d2b5c4e (patch)
Tree 4f4aacd
Parent(s)

Fix "git checkout" in Makefile


commits diff: 4cbb77a..d2b5c4e
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- Makefile 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   Makefile
index 451fc8e..936bf45
old size: 2K - new size: 2K
@@ -40,7 +40,7 @@ ${SOURCE}:
40 40 for release in $${releases}
41 41 do
42 42 echo "Switching to tag: $${release}"
43 - git switch $${release}
43 + git checkout tags/$${release}
44 44
45 45 sphinx-build -c "${SPHINX_TEMPLATE}" \
46 46 -b dirhtml \