You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/07/25 15:55:59 UTC

[GitHub] [trafficcontrol] traeak commented on a diff in pull request #6962: t3c to look for t3c-generate and other t3c- apps in executable directory

traeak commented on code in PR #6962:
URL: https://github.com/apache/trafficcontrol/pull/6962#discussion_r929046478


##########
cache-config/t3c-apply/torequest/cmd.go:
##########
@@ -85,7 +86,8 @@ func generate(cfg config.Cfg) ([]t3cutil.ATSConfigFile, error) {
 	args = append(args, "--disable-parent-config-comments="+strconv.FormatBool(cfg.DisableParentConfigComments))
 	args = append(args, "--use-strategies="+cfg.UseStrategies.String())
 
-	generatedFiles, stdErr, code := t3cutil.DoInput(configData, config.GenerateCmd, args...)
+	genpath := filepath.Join(t3cutil.InstallDirectory(), config.GenerateCmd)

Review Comment:
   did as suggested within t3c-apply/torequest/cmd.go



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org