From 09b928a15669bd4c4f8b399b4d28c97047da4597 Mon Sep 17 00:00:00 2001 From: Tyler Pennebaker Date: Mon, 13 Sep 2021 13:28:20 -0700 Subject: [PATCH] BUG: Fix auto current experiment in eloggrabber --- scripts/eloggrabber | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/eloggrabber b/scripts/eloggrabber index 3c0bf419..90be0619 100755 --- a/scripts/eloggrabber +++ b/scripts/eloggrabber @@ -93,7 +93,7 @@ fi ##who am I doing this? Why don't just use the actual username? #USERNAME=`get_info --gethutch`opr USERNAME=`whoami` -EXPNAME=current +EXPNAME=`get_curr_exp` HUTCH=`get_info --gethutch` while getopts "e:u:s:xct" OPTION