From 6773b3543653e76d2bbfa30578352fb49236cf14 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 23 May 2017 11:10:25 +0200 Subject: remove unliked * from currency name in per-user settlements --- bootstrap-standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-standalone b/bootstrap-standalone index 1c8ef99..dc62b0e 100755 --- a/bootstrap-standalone +++ b/bootstrap-standalone @@ -10,7 +10,7 @@ set -eu ENVNAME=$USER BRANCH=master -CURRENCY=$(echo "*KUDOS-$USER" | cut -c 1-12) +CURRENCY=$(echo "KUDOS-$USER" | cut -c 1-12) cd $HOME -- cgit v1.2.3