You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backslash is getting put into the echo command escaped and is not being used to redirect the Output.txt file, so the out
I feel like I'm missing something obvious, any help is appreciated, I've tried digging into the gem that generates the bash command but I couldn't track down the culprit
The text was updated successfully, but these errors were encountered:
I have a sh action like this in my fastfile:
sh("echo", someString, ">", "Output.txt")
This action is intended to take a string and put it in Output.txt, which is used by other processes.
However The output in terminal from running the lane shows a backslash is getting added to the command:
The backslash is getting put into the echo command escaped and is not being used to redirect the Output.txt file, so the out
I feel like I'm missing something obvious, any help is appreciated, I've tried digging into the gem that generates the bash command but I couldn't track down the culprit
The text was updated successfully, but these errors were encountered: