Merge pull request #772 from Gemesil/patch-1

Update README.md
This commit is contained in:
Kubernetes Prow Robot 2023-07-19 14:04:04 -07:00 committed by GitHub
commit 2a7678a14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ for docs on older (v3) versions of git-sync, you probably want to use the
# git-sync
git-sync is a simple command that pulls a git repository into a local
directory, waits for a while, then repeats. As the remote repository chan ges,
directory, waits for a while, then repeats. As the remote repository changes,
those changes will be synced locally. It is a perfect "sidecar" container in
Kubernetes - it can pull files down from a repository so that an application
can consume them.