From 3db6a6b32f0c8789c0a20268d47ef286667c487e Mon Sep 17 00:00:00 2001 From: Shen Yang Date: Wed, 27 Oct 2021 20:59:04 -0500 Subject: [PATCH] Update README.md --- bin/git_hooks/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/git_hooks/README.md b/bin/git_hooks/README.md index 9548e42c4e..1dda9779d9 100755 --- a/bin/git_hooks/README.md +++ b/bin/git_hooks/README.md @@ -45,5 +45,6 @@ Usage: `./update-branch ` ### post-merge, pre-push #!/bin/sh - ./bin/git_hooks/migrate-all ./bin/git_hooks/update-dependencies + # migrate-all has to come after update dependencies because it relies on bundle + ./bin/git_hooks/migrate-all