Trouble With Automation

can someone help explain why this rule will not work?

automation:
alias: Rule 1 - Turn on master left when right comes on
trigger:
platform: state
entity_id: light.basement1
from: ‘off’
to: ‘on’
action:
service: light.turn_on
entity_id: light.master_left

Hi!

Can you edit your post and put the yaml code within code blocks, so we can first troubleshoot the yaml formatting?