commit 05ad7fe4eda954a3c14b24e31bb443ab5e26b654 parent ac7cfa355d3291cb7550518ba2e205d49ef39967 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 10 Jun 2019 21:07:09 +0200 fix path Diffstat:
| M | taler-docbuild/invalidate.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-docbuild/invalidate.sh b/taler-docbuild/invalidate.sh @@ -9,6 +9,6 @@ for component in $components ; do git fetch if git status -sb | grep behind; then echo "invalidating $component" - rm -f $HOME/$component-stamp + rm -f $HOME/stamps/$component-stamp fi done