mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(git): Use gitleaks in pre-commit git hook
This commit is contained in:
@@ -33,7 +33,8 @@ post_install() {
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
export INSTALL_LOG_FILE="$(basename "$0")_$(date +"%Y%m%d_%H%M%S")_log.txt"
|
||||
export INSTALL_LOG_FILE
|
||||
INSTALL_LOG_FILE="$(basename "$0")_$(date +"%Y%m%d_%H%M%S")_log.txt"
|
||||
echo
|
||||
echo "Starting Installation..."
|
||||
echo "Use the following command to view the list of software that was NOT installed:"
|
||||
|
||||
Reference in New Issue
Block a user