blob: 1d28d5b55998b2331e2ef5ed531892ec38a07acf (
plain) (
blame)
1
2
3
4
5
6
|
#! /bin/bash
# Make this file executable to enable it.
echo "Starting the after_saving_entities_to_yaml_files hook..."
git add $1/.
echo "Finished the after_saving_entities_to_yaml_files hook."
|