Skip to content

Commit

Permalink
Merge pull request #57 from lacework/afiune/fix/install.sh
Browse files Browse the repository at this point in the history
fix(cli): use correct variable inside install.sh
  • Loading branch information
afiune authored Apr 20, 2020
2 parents 9910858 + ec93a96 commit 3e099fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ $ErrorActionPreference="stop"

Set-Variable GithubReleasesRootUrl -Option ReadOnly -value "https://github.com/lacework/go-sdk/releases"

Write-Host "Comming soon! (Installatiohn of the Lacework cli tool)"
Write-Host "Installation of the Lacework cli tool is comming soon!"
2 changes: 1 addition & 1 deletion cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ extract_archive() {
install_cli() {
log "Installing Lacework cli into $installation_dir"
mkdir -pv "$installation_dir"
install -v "${archive_dir}/${cli_name}" "${installation_dir}/${cli_name}"
install -v "${archive_dir}/${binary_name}" "${installation_dir}/${binary_name}"
}

print_cli_version() {
Expand Down

0 comments on commit 3e099fb

Please sign in to comment.