mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-11 14:13:56 +00:00
chore: fix some comments (#5224)
Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
This commit is contained in:
parent
96813b1317
commit
da3701c0cf
5 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ There also is an option to use an other docker container to provide support for
|
|||
```bash
|
||||
# To install and activate
|
||||
docker run --privileged --rm tonistiigi/binfmt --install arm64,arm
|
||||
# To unistall
|
||||
# To uninstall
|
||||
docker run --privileged --rm tonistiigi/binfmt --uninstall 'qemu-*'
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ variable "SOURCE_REPOSITORY_URL" {
|
|||
default = null
|
||||
}
|
||||
|
||||
// The commit hash of of the current commit this build was triggered on
|
||||
// The commit hash of the current commit this build was triggered on
|
||||
variable "SOURCE_COMMIT" {
|
||||
default = null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue