From 76dfd7ae88f8109286e5df0525c2deeee9213501 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 20 Feb 2024 21:22:19 +0300 Subject: [PATCH] Bootstrap : Remove tmp touch. --- .Bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.Bootstrap.sh b/.Bootstrap.sh index 86672fd..5fec82a 100644 --- a/.Bootstrap.sh +++ b/.Bootstrap.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash -# Temproraty test. -touch INIT_DOT - # Check if this is already a git repo. if [[ -d ".git" ]]; then echo "Found the .git directory. Already initialized?"