Skip to content

Commit 4c8c34c

Browse files
committed
Remove unneeded slash
1 parent 96ae200 commit 4c8c34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ DOCBIN = .tox/doc/bin
108108
SPHINXOPTS = -aE
109109
SPHINXBUILD = $(DOCBIN)/sphinx-build $(SPHINXOPTS)
110110
SPHINXAUTOBUILD = $(DOCBIN)/sphinx-autobuild -p 9876 --ignore '.git/**' --open-browser
111-
WEBHOME = ~/web/stellated/
111+
WEBHOME = ~/web/stellated
112112
WEBSAMPLE = $(WEBHOME)/files/sample_coverage_html
113113
WEBSAMPLEBETA = $(WEBHOME)/files/sample_coverage_html_beta
114114

0 commit comments

Comments
 (0)