Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Sep 10, 2016
1 parent e4a1b8f commit 1f4acfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/packer/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function install()

unzipRemoteFile "${PACKER_DOWNLOAD_URL}" "${PACKER_INSTALL_FOLDER}/bin"
chown -R "$(whoami):$(whoami)" "${PACKER_INSTALL_FOLDER}"
symlinkLocalBin "${PACKER_INSTALL_FOLDER}/bin"
ln -f -s "${PACKER_INSTALL_FOLDER}/bin/packer" '/usr/local/bin/packer'

# Config Profile

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/siege/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function install()

# Display Version

displayVersion "$("${SIEGE_INSTALL_FOLDER}/bin/siege" --version)"
displayVersion "$("${SIEGE_INSTALL_FOLDER}/bin/siege" --version 2>&1)"
}

function main()
Expand Down

0 comments on commit 1f4acfd

Please sign in to comment.