File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# 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. "
5
5
6
6
# Navigate to the fixture directory
7
7
cd ./fixtures/$1
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# 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. "
5
5
6
6
# Navigate to the fixture directory
7
7
cd ./fixtures/run
You can’t perform that action at this time.
0 commit comments