Skip to content

Commit 1be237d

Browse files
committed
add reference to stash
1 parent b2231aa commit 1be237d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# WARNING
4-
echo "WARNING: This script removes all installed packages, cache files & uncommitted git history."
4+
echo "WARNING: This script removes all installed packages, cache files & uncommitted git history. Changes have been stashed if this was unintended."
55

66
# Navigate to the fixture directory
77
cd ./fixtures/$1

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# WARNING
4-
echo "WARNING: This script removes all installed packages, cache files & uncommitted git history."
4+
echo "WARNING: This script removes all installed packages, cache files & uncommitted git history. Changes have been stashed if this was unintended."
55

66
# Navigate to the fixture directory
77
cd ./fixtures/run

0 commit comments

Comments
 (0)