Skip to content

Commit

Permalink
fix typo in results_restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Mar 4, 2021
1 parent 87cf425 commit eec5a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/results_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

echo -e "\nRestoring ${BACKUP_DIR} to ${RESULTS_DIR}:"
echo
mkdir ${$RESULTS_DIR}
mkdir -p ${RESULTS_DIR}

for dir in `ls -d $BACKUP_DIR/*`;
do
Expand Down

0 comments on commit eec5a21

Please sign in to comment.