Skip to content

Commit

Permalink
fix clean.sh using old generated folder structure (#86)
Browse files Browse the repository at this point in the history
* Update to new folder structure

* Remove generated in front, because clean.sh is in same dir once created from template
  • Loading branch information
Toddelismyname authored Feb 3, 2025
1 parent 480e9b1 commit c411902
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/template_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# Preserved files:
# - clean.sh
# - README.md
# - run.sh
# - config/adapter-config.json
# - config/precice-config.xml
# - precice-config.xml
# - *-*/adapter-config.json
# - *-*/run.sh
# Usage: ./clean.sh [--dry-run]
# -------------------------------------------------------------------

Expand All @@ -23,9 +23,9 @@ ROOT_DIR="$(pwd)"
PRESERVE_FILES=(
"clean.sh"
"README.md"
"run.sh"
"config/adapter-config.json"
"config/precice-config.xml"
"precice-config.xml"
"*-*/adapter-config.json"
"*-*/run.sh"
)

# Define backup directory (optional)
Expand Down

0 comments on commit c411902

Please sign in to comment.