From 011ba49ef993ffd932e11455c5a00d93e9902e65 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 26 Oct 2022 17:40:04 +0000 Subject: [PATCH] chore: fix install.sh typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bac333cf938c4..f39b0c4de4955 100755 --- a/install.sh +++ b/install.sh @@ -121,7 +121,7 @@ $1 package has been installed. To run Coder as a system service: - # Optional) Set up an external access URL + # (Optional) Set up an external access URL $ sudo vim /etc/coder.d/coder.env # Use systemd to start Coder now and on reboot $ sudo systemctl enable --now coder