diff options
author | David Faure <faure@kde.org> | 2014-04-02 20:19:28 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-04-02 20:19:28 +0200 |
commit | f680442c60dbeea2cb4ea88cfb35385df2b8a114 (patch) | |
tree | b781c1dfc2f95d762503e045f7c14e73130a9ce7 | |
parent | 9850cda667fa49cd8281775cb15c13c3d00db21f (diff) | |
download | xdg-specs-f680442c60dbeea2cb4ea88cfb35385df2b8a114.tar.xz |
idle-inhibit: fix upload url
-rw-r--r-- | idle-inhibit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idle-inhibit/Makefile b/idle-inhibit/Makefile index 8c651ba..d830986 100644 --- a/idle-inhibit/Makefile +++ b/idle-inhibit/Makefile @@ -14,4 +14,4 @@ clean: rm -f html/*.html upload: all - rsync -Hvax html/./ specs.freedesktop.org:/srv/specifications.freedesktop.org/www/idle-inhibition-service/./ + rsync -Hvax html/./ specs.freedesktop.org:/srv/specifications.freedesktop.org/www/idle-inhibit-spec/latest/ |