Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 8ad1f4e

Browse files
authored
Merge branch 'main' into docs-cli-notice
2 parents c864f9d + ff8767c commit 8ad1f4e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
]
4848
},
4949
"dependencies": {
50-
"markdownlint": "^0.28.0"
50+
"markdownlint": "^0.28.1"
5151
}
5252
}

workspaces/ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ example, the following shows how you can transfer your home directory to your
7171
workspace:
7272

7373
```console
74-
rsync -e "coder ssh" -a --progress ~/project user@coder.<workspace-name>:~/project
74+
rsync -e "coder ssh" -a --progress ~/project <workspace-name>:~/project
7575
```

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ markdownlint-micromark@0.1.2:
619619
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz#5520e04febffa46741875a2f297509ffdb561f5c"
620620
integrity sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ==
621621

622-
markdownlint@^0.28.0:
623-
version "0.28.0"
624-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.0.tgz#23234130bfb88c9ed0eaa65fcc3bebad80dd8d84"
625-
integrity sha512-7Gt/SzjE5420Dr93wZgTLlgfcWj5vxAWJtvN7bBfN35ytQwsVDEW46L+NswzeCVhZSFdWRgLdEwQo3lMavUjvQ==
622+
markdownlint@^0.28.1:
623+
version "0.28.1"
624+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.1.tgz#7978f7e4393edbe08527417d44ffdc2ab865a61f"
625+
integrity sha512-8At2DbgGKT/RVBinkqIPqLETopPXyQFGWSiTCJSr9Y6wVVyY70cDJ9dw3FXePn4AkytIUclgrsgI6KVeqeHFoA==
626626
dependencies:
627627
markdown-it "13.0.1"
628628
markdownlint-micromark "0.1.2"

0 commit comments

Comments
 (0)