diff options
-rw-r--r-- | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index cd03d3c..c57e9cd 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -9,6 +9,6 @@ for i in ${FILES_A[@]} ${FILES_M[@]}; do if [ "${f%.*}" = 'resume' ] || [ "${d%.*}" = 'res' ]; then printf 'Generating and deploying resume\n' make - install -v -D out/resume.html "${WEB}/oper.io.git/master/resume.html" + install -v -D out/resume.html "${WEB}/oper.io/resume.html" fi done |