Skip to content

Commit f5b70d9

Browse files
authored
docs: use quoting for paths in architecture diagram
Updated cache location references to use consistent quoting.
1 parent c1076b7 commit f5b70d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ flowchart TB
117117
subgraph "Cache Locations"
118118
RC --> R1[ghcr.io/eic/buildcache:*]
119119
GC --> G1[ccache]
120-
GC --> G2[/var/cache/apt]
121-
GC --> G3[/var/cache/spack]
120+
GC --> G2["/var/cache/apt"]
121+
GC --> G3["/var/cache/spack"]
122122
BC --> B1[ghcr.io/eic/spack-v2025.07.0]
123123
end
124124
```

0 commit comments

Comments
 (0)