Skip to content

Commit

Permalink
Merge pull request #87 from slaclab/eloggrabber-currexp
Browse files Browse the repository at this point in the history
BUG: Fix auto current experiment in eloggrabber
  • Loading branch information
ZryletTC authored Sep 22, 2021
2 parents 0718090 + 09b928a commit fd8583e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eloggrabber
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd8583e

Please sign in to comment.