From 022773f55168929fac97a72ad3328ae9b8adac8a Mon Sep 17 00:00:00 2001 From: Samuel K Date: Tue, 18 Aug 2026 02:30:48 +0000 Subject: [PATCH] ci: update example dotfile repo reference Signed-off-by: Samuel K --- e2e/tests/up/docker_wsl.go | 8 ++++---- e2e/tests/up/up_behaviors.go | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/e2e/tests/up/docker_wsl.go b/e2e/tests/up/docker_wsl.go index d442dd661..18109612d 100644 --- a/e2e/tests/up/docker_wsl.go +++ b/e2e/tests/up/docker_wsl.go @@ -73,7 +73,7 @@ var _ = ginkgo.Describe("testing up command for windows", ginkgo.Label("up-docke ctx, tempDir, "--dotfiles", - "https://github.com/loft-sh/example-dotfiles", + "https://github.com/devsy-org/example-dotfiles", ) framework.ExpectNoError(err) @@ -99,7 +99,7 @@ var _ = ginkgo.Describe("testing up command for windows", ginkgo.Label("up-docke ctx, tempDir, "--dotfiles", - "https://github.com/loft-sh/example-dotfiles", + "https://github.com/devsy-org/example-dotfiles", "--dotfiles-script", "install-example", ) @@ -125,7 +125,7 @@ var _ = ginkgo.Describe("testing up command for windows", ginkgo.Label("up-docke ctx, tempDir, "--dotfiles", - "https://github.com/loft-sh/example-dotfiles@sha256:9a0b41808bf8f50e9871b3b5c9280fe22bf46a04", + "https://github.com/devsy-org/example-dotfiles@sha256:9a0b41808bf8f50e9871b3b5c9280fe22bf46a04", ) framework.ExpectNoError(err) @@ -151,7 +151,7 @@ var _ = ginkgo.Describe("testing up command for windows", ginkgo.Label("up-docke ctx, tempDir, "--dotfiles", - "https://github.com/loft-sh/example-dotfiles@do-not-delete", + "https://github.com/devsy-org/example-dotfiles@do-not-delete", ) framework.ExpectNoError(err) diff --git a/e2e/tests/up/up_behaviors.go b/e2e/tests/up/up_behaviors.go index de58bc4fb..d049141a7 100644 --- a/e2e/tests/up/up_behaviors.go +++ b/e2e/tests/up/up_behaviors.go @@ -331,7 +331,7 @@ var _ = ginkgo.Describe("up command behaviors", ginkgo.Label("up-behaviors"), fu ctx, "tests/up/testdata/docker", "--dotfiles", - "https://github.com/loft-sh/example-dotfiles", + "https://github.com/devsy-org/example-dotfiles", ) framework.ExpectNoError(err) @@ -348,7 +348,7 @@ var _ = ginkgo.Describe("up command behaviors", ginkgo.Label("up-behaviors"), fu ctx, "tests/up/testdata/docker", "--dotfiles", - "https://github.com/loft-sh/example-dotfiles", + "https://github.com/devsy-org/example-dotfiles", "--dotfiles-script", "install-example", ) @@ -364,7 +364,7 @@ var _ = ginkgo.Describe("up command behaviors", ginkgo.Label("up-behaviors"), fu ctx, "tests/up/testdata/docker", "--dotfiles", - "https://github.com/loft-sh/example-dotfiles@sha256:9a0b41808bf8f50e9871b3b5c9280fe22bf46a04", + "https://github.com/devsy-org/example-dotfiles@sha256:9a0b41808bf8f50e9871b3b5c9280fe22bf46a04", ) framework.ExpectNoError(err) @@ -381,7 +381,7 @@ var _ = ginkgo.Describe("up command behaviors", ginkgo.Label("up-behaviors"), fu ctx, "tests/up/testdata/docker", "--dotfiles", - "https://github.com/loft-sh/example-dotfiles@do-not-delete", + "https://github.com/devsy-org/example-dotfiles@do-not-delete", ) framework.ExpectNoError(err) @@ -395,7 +395,7 @@ var _ = ginkgo.Describe("up command behaviors", ginkgo.Label("up-behaviors"), fu ctx, "tests/up/testdata/docker-dotfiles-lifecycle-order", "--dotfiles", - "https://github.com/loft-sh/example-dotfiles", + "https://github.com/devsy-org/example-dotfiles", "--dotfiles-script", "install-example", )