We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403a269 commit 2b4af0fCopy full SHA for 2b4af0f
test/test4_img_repo/img_repo_test.go
@@ -35,7 +35,7 @@ func TestImgRepoSetup(t *testing.T) {
35
}
36
37
// rclone config to main node
38
- cmd := testutil.NewPtyCommand(t, "rclone", "copy", "/tmp/img_repo", "remote:/teledeploy_secret")
+ cmd := testutil.NewPtyCommand(t, "rclone", "copy", "/tmp/img_repo", "remote:/teledeploy_secret/config")
39
cmd.Dir = projectRoot
40
if err = testutil.RunCommand(t, cmd); err != nil {
41
t.Fatalf("rclone to main node failed: %v", err)
0 commit comments