Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Fix omen toggle-errands command to use the product guid
Browse files Browse the repository at this point in the history
[#158287145](https://www.pivotaltracker.com/story/show/158287145)

Signed-off-by: Bengt Hammarlund <[email protected]>
  • Loading branch information
stonish authored and Bengt Hammarlund committed Sep 6, 2018
1 parent c3eb363 commit 4de2f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/enable-only-updated-tile-errands/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ run:
- |-
#!/usr/bin/env bash
omen toggle-errands --action disable
omen toggle-errands --action enable --products ${PRODUCT_NAME}
omen toggle-errands --action enable --products $(omen list-tiles | grep "${PRODUCT_NAME}" | awk '{print $2}')
params:
OPSMAN_HOSTNAME:
OPSMAN_PASSWORD:
Expand Down

0 comments on commit 4de2f6c

Please sign in to comment.