Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkerrigan committed May 31, 2012
1 parent 4e7833c commit 62ec5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basho_bash_bench.sh
Expand Up @@ -137,12 +137,12 @@ do

timeleft=$((endtime - nowtime))

echo -ne "Time Left: $timeleft seconds\r"
echo -ne " Time Left: $timeleft seconds\r"

nowtime=$(date '+%s')
done

echo -ne "Time Left: 0 seconds, done!\r"
echo " Time Left: 0 seconds, done!\r"

#----------------------------------------------------------------------
# move filelist.txt to the base directory for future use
Expand Down

0 comments on commit 62ec5e8

Please sign in to comment.