taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 87511f0b7207103330cfcd9c54386cfb2aef3976
parent 00170ce9c9764f8e3a733bd681685eaec11f04e7
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 20 Nov 2017 19:05:08 +0100

fix survey stamp filename

Diffstat:
Mtaler-build/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 $@