diff options
Diffstat (limited to 'scripts/build_content.sh')
| -rwxr-xr-x | scripts/build_content.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_content.sh b/scripts/build_content.sh index 460a3fe..0698ee0 100755 --- a/scripts/build_content.sh +++ b/scripts/build_content.sh | |||
| @@ -39,7 +39,7 @@ if [ -z "$1" ]; then | |||
| 39 | done | 39 | done |
| 40 | elif [ "$2" = "delete" ]; then | 40 | elif [ "$2" = "delete" ]; then |
| 41 | TARGET=$(target "$1") | 41 | TARGET=$(target "$1") |
| 42 | echo "[DELETE] $1 -> $TARGET" | 42 | echo "[DELETE ] $1 -> $TARGET" |
| 43 | rm -rf $TARGET | 43 | rm -rf $TARGET |
| 44 | else | 44 | else |
| 45 | handle "$1" | 45 | handle "$1" |
