Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 26, 2017
1 parent 9baab9e commit c42f45b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/godownloader-goreleaser.sh
Expand Up @@ -21,7 +21,6 @@ EOF
exit 2
}


cat /dev/null <<EOF
------------------------------------------------------------------------
https://github.com/client9/posixshell - portable posix shell functions
Expand Down Expand Up @@ -310,3 +309,4 @@ execute() {
}

execute

2 changes: 1 addition & 1 deletion samples/godownloader-hugo.sh
Expand Up @@ -21,7 +21,6 @@ EOF
exit 2
}


cat /dev/null <<EOF
------------------------------------------------------------------------
https://github.com/client9/posixshell - portable posix shell functions
Expand Down Expand Up @@ -338,3 +337,4 @@ execute() {
}

execute

2 changes: 1 addition & 1 deletion samples/godownloader-misspell.sh
Expand Up @@ -21,7 +21,6 @@ EOF
exit 2
}


cat /dev/null <<EOF
------------------------------------------------------------------------
https://github.com/client9/posixshell - portable posix shell functions
Expand Down Expand Up @@ -295,3 +294,4 @@ execute() {
}

execute

3 changes: 2 additions & 1 deletion shell_godownloader.go
Expand Up @@ -167,4 +167,5 @@ execute() {
echo "$PREFIX: installed as ${BINDIR}/${BINARY}"
}
execute`
execute
`

0 comments on commit c42f45b

Please sign in to comment.