Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
adjust hammer command for Sat 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfe committed Jul 10, 2018
1 parent 0591281 commit 019f5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ do
# Check the host's entitlements
inform "Checking entitlements for test server $I"
ssh -q -l ${PUSH_USER} -i ${RSA_ID} ${SATELLITE} \
"hammer content-host info --name ${I} --organization \"${ORG}\""
"hammer host info --name ${I}"

inform "Setting up ssh keys for test server $I"
sed -i.bak "/^$I[, ]/d" ${KNOWN_HOSTS} # remove test server from the file
Expand Down

1 comment on commit 019f5d4

@pcfe
Copy link
Collaborator Author

@pcfe pcfe commented on 019f5d4 Jul 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should fix #109

Please sign in to comment.