Failure of the following command due to "#" truncating the sed comman ``` ssh target sed -i 's/#SOME_LINE=/SOME_LINE=/' /etc/default/some_file ``` Not sure how to do that without using complex line parsing