plugins: trivial typo fixes
Signed-off-by: Michael Turquette <mturquette@deferred.io>pull/182/merge^2
parent
fccf91728e
commit
4f5bdd993e
|
|
@ -43,7 +43,7 @@ function git_info() {
|
|||
echo "-----------------"
|
||||
echo
|
||||
|
||||
# print all remotes and thier details
|
||||
# print all remotes and their details
|
||||
for remote in $(git remote show); do
|
||||
echo $remote:
|
||||
git remote show $remote
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ function jquery_install {
|
|||
}
|
||||
|
||||
function jquery_ui_install {
|
||||
about 'download jquery_us.js into public/javascripts'
|
||||
about 'download jquery_ui.js into public/javascripts'
|
||||
group 'javascript'
|
||||
|
||||
if [ -z "$1" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue