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
When using commands that require evaluation with an EvalScript e.g. tk diff default --name foo on windows you get an error due to the file path separator.
Error: evaluating jsonnet: default:2:24-98 Unknown escape sequence in string literal: \g
local main = (import 'C:\<path to project>\environments\default\main.jsonnet');
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When using commands that require evaluation with an EvalScript e.g.
tk diff default --name foo
on windows you get an error due to the file path separator.See: https://github.com/grafana/tanka/blob/master/pkg/tanka/evaluators.go#L27
The text was updated successfully, but these errors were encountered: