removes a trailing white space

This commit is contained in:
Mohnish Jadwani 2015-08-17 06:23:58 +05:30
parent dff03743ef
commit 3f83331c71

View File

@ -58,7 +58,7 @@ alias rdmtc='rake db:migrate db:test:clone'
alias rlc='rake log:clear'
alias rn='rake notes'
alias rr='rake routes'
alias rrg='rake routes | grep '
alias rrg='rake routes | grep'
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'