KhaninArtur commented on a change in pull request #16703:
URL: https://github.com/apache/beam/pull/16703#discussion_r802567203



##########
File path: 
playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper.go
##########
@@ -176,6 +177,10 @@ func prepareSbtFiles(lc *fs_tool.LifeCycle, pipelineFolder 
string, workingDir st
        if err != nil {
                return nil, err
        }
+       _, err = exec.Command("cp", filepath.Join(workingDir, 
scioCommonConstants), absFileFolderPath).Output()

Review comment:
       No, but we have the `shCmd` constant, so it will be consistent to move 
"cp" as well.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to