Merge pull request #27 from fate-grand-order/master
fix misspell "recommended" in main.go
This commit is contained in:
commit
5e2d975c63
|
|
@ -477,7 +477,7 @@ func setupGitSSH() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if fileInfo.Mode() != 0400 {
|
if fileInfo.Mode() != 0400 {
|
||||||
return fmt.Errorf("Permissions %s for SSH key are too open. It is recommeded to mount secret volume with `defaultMode: 256` (decimal number for octal 0400).", fileInfo.Mode())
|
return fmt.Errorf("Permissions %s for SSH key are too open. It is recommended to mount secret volume with `defaultMode: 256` (decimal number for octal 0400).", fileInfo.Mode())
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue