From 50e5062fcbbf20f9fed17720f0118c1c92fcfffd Mon Sep 17 00:00:00 2001 From: Shen Yang Date: Wed, 27 Oct 2021 20:59:17 -0500 Subject: [PATCH] Update README.md --- bin/git_hooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git_hooks/README.md b/bin/git_hooks/README.md index 1dda9779d9..350686627f 100755 --- a/bin/git_hooks/README.md +++ b/bin/git_hooks/README.md @@ -46,5 +46,5 @@ Usage: `./update-branch ` #!/bin/sh ./bin/git_hooks/update-dependencies - # migrate-all has to come after update dependencies because it relies on bundle + # migrate-all has to come after update-dependencies because it relies on bundle ./bin/git_hooks/migrate-all