From 6f4295477e892b60658f1b83b2ec94a85aac2865 Mon Sep 17 00:00:00 2001 From: Fredrik Lassen Date: Wed, 25 Feb 2026 10:51:54 +0100 Subject: [PATCH] #25 - switch url from instance-wide repo to instance url --- commands/host/1x-token-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/host/1x-token-setup b/commands/host/1x-token-setup index d460aff..03521de 100644 --- a/commands/host/1x-token-setup +++ b/commands/host/1x-token-setup @@ -82,7 +82,7 @@ else # "In-place editing" works also for symlinks on Linux, but for consistency's sake. sed -i '/\/\/git.1xinternet.de\/api\/v4\/packages\/npm\/:_authToken=/d' ~/.npmrc fi -echo "//git.1xinternet.de/api/v4/packages/npm/:_authToken=${PERSONAL_ACCESS_TOKEN}" >> ~/.ddev/homeadditions/.npmrc +echo "//git.1xinternet.de/:_authToken=${PERSONAL_ACCESS_TOKEN}" >> ~/.ddev/homeadditions/.npmrc # Configure NPM in homeadditions so the container picks it up. # We append if not already present to avoid duplication