fix typo
This commit is contained in:
parent
74ca466d7d
commit
25ba80671f
@ -57,7 +57,7 @@ Usage
|
|||||||
|
|
||||||
Tips
|
Tips
|
||||||
----
|
----
|
||||||
1. When adding a file with no public read permissions, it can't be saved in the git repo. You can git-ignore the file or add read permission for the repo use alone using this command. Also consider setting up [git-crypt](https://www.agwa.name/projects/git-crypt/) for those files
|
1. When adding a file with no public read permissions, it can't be saved in the git repo. You can git-ignore the file or add read permission for the repo user using below command. Also consider setting up [git-crypt](https://www.agwa.name/projects/git-crypt/) for those files
|
||||||
|
|
||||||
sudo setfacl -m "u:$USER:r" root/etc/app/secret_token
|
sudo setfacl -m "u:$USER:r" root/etc/app/secret_token
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user