Skip to content

Commit e029a7e

Browse files
committed
Fixed typo
1 parent 99c6231 commit e029a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tasks:
33
init: |
44
curl -LO https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_extended_0.125.4_linux-amd64.deb && \
55
sudo dpkg -i hugo_extended_0.125.4_linux-amd64.deb && \
6-
sudo rm hugo_extended_0.110.0_linux-amd64.deb
6+
sudo rm hugo_extended_0.125.4_linux-amd64.deb
77
command: |
88
cd website_and_docs
99
hugo server --baseUrl $(gp url 1313) --appendPort=false

0 commit comments

Comments
 (0)