Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
extra space breaks my heart
Browse files Browse the repository at this point in the history
  • Loading branch information
jzacsh committed Sep 7, 2011
1 parent 2148f52 commit aaa3a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inno
Expand Up @@ -10,7 +10,7 @@ elif [[ ! $(type innotop) ]];then
exit 1
fi

creds=$(sed -n '/mysql/ { n;N;N;p }' ~/.netrc)
creds=$(sed -n '/mysql/ { n;N;N;p }' ~/.netrc)

innotop \
--user=$(printf "${creds/*login /}" | head -n 1) \
Expand Down

0 comments on commit aaa3a82

Please sign in to comment.