Skip to content

Commit 2c4fc18

Browse files
pack: Added TCM file packaging Closes #TNTP-1097
1 parent 081590f commit 2c4fc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/configure/configure.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ func detectLocalTcm(cmdCtx *cmdcontext.CmdCtx, cliOpts *config.CliOpts) (string,
561561
if err != nil {
562562
return "", err
563563
}
564-
fmt.Println("detectLocalTcm", localTcm)
564+
565565
if _, err := os.Stat(localTcm); err == nil {
566566
if _, err := exec.LookPath(localTcm); err != nil {
567567
return "", fmt.Errorf(`found Tcm binary '%s' isn't executable: %s`,

0 commit comments

Comments
 (0)