Skip to content

Commit

Permalink
Fix display issue in TFC validation script (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Dec 31, 2022
1 parent 538519e commit d2327e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tools/verify-tfc-workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ function validate_workspace() {
echo "- Updating workspace execution mode to local..."
set_execution_mode_local "$tfc_api_token" "$organization" "$workspace"
echo "- Workspace execution mode updated to to local."
echo ""
fi

echo ""
}

function main() {
Expand Down

0 comments on commit d2327e6

Please sign in to comment.