You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typo which was breaking link for "File mounts are a powerful way to
run custom files without directly embedding the files in your batch
spec."
<!-- Explain the changes introduced in your PR -->
## Pull Request approval
You will need to get your PR approved by at least one member of the
Sourcegraph team. For reviews of docs formatting, styles, and component
usage, please tag the docs team via the #docs Slack channel.
Copy file name to clipboardExpand all lines: docs/batch-changes/server-side.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ By default, docker on mac will build docker images for `linux/arm64`, which will
39
39
40
40
<Callouttype="note">Running a batch spec server-side with file mounts is currently only supported with [Sourcegraph CLI](https://github.com/sourcegraph/src-cli).</Callout>
41
41
42
-
File [`mounts`](/batch-changes/batch-spec-yaml-referencee#stepsmount) are a powerful way to run custom files without directly embedding the files in your batch spec.
42
+
File [`mounts`](/batch-changes/batch-spec-yaml-reference#stepsmount) are a powerful way to run custom files without directly embedding the files in your batch spec.
0 commit comments