hooks: rename sparse-checkout.sh to enable-sparse-checkout.sh
[config/vcsh.git] / .config / vcsh / hooks-available / populate-sparsely.sh
index 0561add..937122a 100755 (executable)
@@ -17,7 +17,7 @@ LOCKPID=$(cat "$LOCKDIR/pid")
 : "${XDG_CONFIG_HOME:="$HOME/.config"}"
 
 # shellcheck source=/dev/null
 : "${XDG_CONFIG_HOME:="$HOME/.config"}"
 
 # shellcheck source=/dev/null
-. "$XDG_CONFIG_HOME/vcsh/hooks-available/sparse-checkout.sh"
+. "$XDG_CONFIG_HOME/vcsh/hooks-available/enable-sparse-checkout.sh"
 
 # Verify if the current branch is valid before updating the working tree.
 # This avoids errors with empty repositories which would only confuse the
 
 # Verify if the current branch is valid before updating the working tree.
 # This avoids errors with empty repositories which would only confuse the