summaryrefslogtreecommitdiff
path: root/tools/publish.sh
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-05-17 01:07:22 +0300
committerdefanor <defanor@uberspace.net>2019-05-17 01:07:22 +0300
commit0c50e642d4afdebba7e01aa314bf98d41f50d8fb (patch)
tree2a90f917574a13a4fc6def8dee28d175d48b55ac /tools/publish.sh
parent5c06b527215c20b76e64d9c666b251021ad5e5d8 (diff)
Move atom.xml into /notes/
Diffstat (limited to 'tools/publish.sh')
-rwxr-xr-xtools/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/publish.sh b/tools/publish.sh
index b07a736..e57bee6 100755
--- a/tools/publish.sh
+++ b/tools/publish.sh
@@ -3,7 +3,7 @@
BASEDIR=~/homepage
TOOLS="${BASEDIR}/tools"
BUILD="${BASEDIR}/build"
-ATOM="${BASEDIR}/atom.xml"
+ATOM="${BASEDIR}/notes/atom.xml"
SOURCES="${BASEDIR}/src"
NOTES="${SOURCES}/notes"