We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e7517 commit 3e79791Copy full SHA for 3e79791
.githooks/post-checkout
@@ -1,6 +1,3 @@
1
-#!/bin/sh
2
-if [ "$3" = "1" ]; then
3
- echo "Updating submodules..."
4
- git submodule update --init --recursive
5
-fi
+#!/usr/bin/env bash
6
+git submodule update --init --recursive
0 commit comments