diff options
author | David De La Harpe Golden (Squared Financial) <dgolden@squaredfinancial.com> | 2012-05-31 18:27:06 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-02 18:05:30 -0400 |
commit | 6e7aab39cced00eae03040753c85527aab573319 (patch) | |
tree | 30431d5c28204fe2797668bfa9b6691089ae383b /uninit.d/01prompt | |
parent | 40eeedebb6be23035aea9d15aed1be706479ce79 (diff) |
Preserve unmanaged ignore file entries on uninit (#673996)
Signed-off-by: David De La Harpe Golden (Squared Financial) <dgolden@squaredfinancial.com>
Diffstat (limited to 'uninit.d/01prompt')
-rwxr-xr-x | uninit.d/01prompt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uninit.d/01prompt b/uninit.d/01prompt index 07f2e41..8b43937 100755 --- a/uninit.d/01prompt +++ b/uninit.d/01prompt @@ -3,7 +3,7 @@ set -e if [ "$1" != "-f" ]; then echo "** Warning: This will DESTROY all recorded history for $ETCKEEPER_DIR," - echo "** including the $VCS repository and ignore file." + echo "** including the $VCS repository." echo "" printf "Are you sure you want to do this? [yN] " read answer |