Skip to content

Commit 2b4af0f

Browse files
committed
fix test config dir
1 parent 403a269 commit 2b4af0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test4_img_repo/img_repo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestImgRepoSetup(t *testing.T) {
3535
}
3636

3737
// rclone config to main node
38-
cmd := testutil.NewPtyCommand(t, "rclone", "copy", "/tmp/img_repo", "remote:/teledeploy_secret")
38+
cmd := testutil.NewPtyCommand(t, "rclone", "copy", "/tmp/img_repo", "remote:/teledeploy_secret/config")
3939
cmd.Dir = projectRoot
4040
if err = testutil.RunCommand(t, cmd); err != nil {
4141
t.Fatalf("rclone to main node failed: %v", err)

0 commit comments

Comments
 (0)