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
[POA-2570] Remove quotes around EXTRA_APIDUMP_ARGS (#59)
`ExecStart={{.AgentInstallPath}} apidump --project "${PROJECT_ID}"
--interfaces "${INTERFACES}" --filter "${FILTER}" {{.ExtraApidumpArgs}}
"${EXTRA_APIDUMP_ARGS}"`
In the above command, if `EXTRA_APIDUMP_ARGS` env var is empty, then
apidump will interpret it as quotes (`""`), which will error out with
message `[ERROR] accepts 0 arg(s), received 1`.
Remove the quotes surrounding the environment command.
0 commit comments