From 670d5adfd799d98ad1923128f356bd462a264834 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 26 Oct 2022 14:32:20 -0500 Subject: [PATCH] chore: fix install.sh typo (#4770) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bac333cf93..f39b0c4de4 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