Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Oct 22, 2016
1 parent f4938fb commit 9c18550
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cookbooks/brew/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ function install()

function main()
{
local -r installFolder="${1}"

local -r appFolderPath="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

source "${appFolderPath}/../../../libraries/util.bash"
Expand Down
2 changes: 0 additions & 2 deletions cookbooks/shell-check/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ function install()

function main()
{
local -r installFolder="${1}"

local -r appFolderPath="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

source "${appFolderPath}/../../../libraries/util.bash"
Expand Down

0 comments on commit 9c18550

Please sign in to comment.