diff --git a/src/installer/__tests__/__snapshots__/scripts.ts.snap b/src/installer/__tests__/__snapshots__/scripts.ts.snap index b214b9640..47eeff42b 100644 --- a/src/installer/__tests__/__snapshots__/scripts.ts.snap +++ b/src/installer/__tests__/__snapshots__/scripts.ts.snap @@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = ` "#!/bin/sh # husky -# Created by Husky v4.2.5 (https://github.com/typicode/husky#readme) +# Created by Husky v4.3.0 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) @@ -13,7 +13,7 @@ exports[`hookScript should match snapshot 1`] = ` `; exports[`localScript should match snapshot 1`] = ` -"# Created by Husky v4.2.5 (https://github.com/typicode/husky#readme) +"# Created by Husky v4.3.0 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) @@ -23,7 +23,7 @@ cd \\".\\" `; exports[`mainScript should match snapshot 1`] = ` -"# Created by Husky v4.2.5 (https://github.com/typicode/husky#readme) +"# Created by Husky v4.3.0 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) @@ -67,7 +67,7 @@ hookIsDefined () { .huskyrc.yml } -huskyVersion=\\"4.2.5\\" +huskyVersion=\\"4.3.0\\" gitParams=\\"$*\\" hookName=\\"$(basename \\"$0\\")\\"