summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-20 19:05:08 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-20 19:05:08 +0100
commit87511f0b7207103330cfcd9c54386cfb2aef3976 (patch)
tree171de737ced9d349f35622718516a77eda68089e /taler-build
parent00170ce9c9764f8e3a733bd681685eaec11f04e7 (diff)
downloaddeployment-87511f0b7207103330cfcd9c54386cfb2aef3976.tar.gz
deployment-87511f0b7207103330cfcd9c54386cfb2aef3976.tar.bz2
deployment-87511f0b7207103330cfcd9c54386cfb2aef3976.zip
fix survey stamp filename
Diffstat (limited to 'taler-build')
-rw-r--r--taler-build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 6eaae57..516695f 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -41,7 +41,7 @@ merchant-frontends-stamp: deployment-stamp
./update_merchant_frontends.sh
touch $@
-merchant-survey-stamp: deployment-stamp
+survey-stamp: deployment-stamp
./update_merchant_survey.sh
touch $@