Skip to content

Commit 04f7163

Browse files
authored
remove extra line
1 parent b933206 commit 04f7163

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dogfood/main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ resource "coder_agent" "dev" {
186186
sudo dpkg -i /tmp/code.deb && sudo apt-get install -f -y
187187
code serve-web --port 13338 --without-connection-token --accept-server-license-terms >/tmp/vscode-web.log 2>&1 &
188188
189-
190189
# Install and launch filebrowser
191190
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
192191
filebrowser --noauth --root /home/coder --port 13339 >/tmp/filebrowser.log 2>&1 &

0 commit comments

Comments
 (0)