From a6972cba7c2763c9d7798af262f3ed195e5df939 Mon Sep 17 00:00:00 2001 From: Matias Fernandez Date: Thu, 21 Aug 2025 17:38:50 -0300 Subject: [PATCH] :memo: fix how to use as dependency repo url --- docs/how-to/how-to-use-as-dependency-in-pharo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-use-as-dependency-in-pharo.md b/docs/how-to/how-to-use-as-dependency-in-pharo.md index 8285e5d..080721d 100644 --- a/docs/how-to/how-to-use-as-dependency-in-pharo.md +++ b/docs/how-to/how-to-use-as-dependency-in-pharo.md @@ -17,7 +17,7 @@ should reference the package in your product baseline: spec baseline: 'PersistentAPISkeleton' with: [ spec - repository: 'github://github://mercap/Persistent-API-Skeleton:v{XX}' ]; + repository: 'github://mercap/Persistent-API-Skeleton:v{XX}' ]; project: 'Persistent-API-Skeleton-Deployment' copyFrom: 'PersistentAPISkeleton' with: [ spec loads: 'Deployment' ] ```