8000 `fmt` · coder/coder@936fe2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 936fe2e

Browse files
committed
fmt
1 parent e01313b commit 936fe2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/pages/TerminalPage/TerminalAlerts.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ export const ErrorScriptAlert: FC = () => {
7272
The workspace{" "}
7373
<Link
7474
title="startup script has exited with an error"
75-
href={docs("/admin/templates/troubleshooting#startup-script-exited-with-an-error")}
75+
href={docs(
76+
"/admin/templates/troubleshooting#startup-script-exited-with-an-error",
77+
)}
7678
target="_blank"
7779
rel="noreferrer"
7880
>

0 commit comments

Comments
 (0)
0