diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-17 23:25:11 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-17 23:25:11 +0200 |
commit | ba1a0391d5edf7b5cde4d841195d4ae27695d568 (patch) | |
tree | 04405e623aa988d10eee407ddcda18bf7f97987c | |
parent | 70739bf90afd71958d0a2a4e2ae4009f88487eed (diff) | |
download | lombok-ba1a0391d5edf7b5cde4d841195d4ae27695d568.tar.gz lombok-ba1a0391d5edf7b5cde4d841195d4ae27695d568.tar.bz2 lombok-ba1a0391d5edf7b5cde4d841195d4ae27695d568.zip |
Check for tar file instead of zip file
-rwxr-xr-x | website/publish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/publish b/website/publish index 1d8f1551..554ec17e 100755 --- a/website/publish +++ b/website/publish @@ -5,8 +5,8 @@ if [ ! -e src/lombok/core/Version.java ]; then exit fi -if [ ! -e dist/website.zip ]; then - echo There is no dist/website.zip file! Run: +if [ ! -e dist/website.tar ]; then + echo There is no dist/website.tar file! Run: echo ant website echo then restart this script exit |