diff --git a/basic/install.sh b/basic/install.sh
index 9681efa6dc2902b4206f4276d66c082cabc56de0..2cb03be8d1122ba98e852b1e2c9b1fa51758e900 100755
--- a/basic/install.sh
+++ b/basic/install.sh
@@ -1,14 +1,14 @@
 #!/usr/bin/env bash
 
 echo "Creating / updating gitRepository custom-flux-example-basic in namespace flux-system"
-flux create source git custom-flux-example-basic \
+flux create source git custom-flux-example \
   --url=https://open.greenhost.net/stackspin/custom-flux-example.git \
   --branch=main \
   --interval=1h
 
 echo "Creating / updating kustomization custom-flux-example-basic in namespace flux-system"
 flux create kustomization custom-flux-example-basic \
-  --source=GitRepository/custom-flux-example-basic \
+  --source=GitRepository/custom-flux-example \
   --path="./basic/clusters/production/" \
   --prune=true \
   --interval=1h