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
This call works:
connection.RawShellCommandBuilder(execution.Command.Single)
This not:
connection.ShellCommandBuilder(execution.Command.Multi...)
But also the single line version has a wired behaviour:
The command ct docker:cli database:updateschema is not working on local side. Remote all is fine.
This is currently not working and throw an "Command not found" error:
This instead works:
Depending on the line syntax, the commands get quoted differently:
go-sync/sync/execution.go
Line 53 in 9bb7583
This call works:
connection.RawShellCommandBuilder(execution.Command.Single)
This not:
connection.ShellCommandBuilder(execution.Command.Multi...)
But also the single line version has a wired behaviour:
The command
ct docker:cli database:updateschema
is not working on local side. Remote all is fine.As a workaround, i'm currently doing this:
The text was updated successfully, but these errors were encountered: