Skip to content

Commit a6972cb

Browse files
authored
📝 fix how to use as dependency repo url
1 parent 0d52985 commit a6972cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/how-to-use-as-dependency-in-pharo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ should reference the package in your product baseline:
1717
spec
1818
baseline: 'PersistentAPISkeleton'
1919
with: [ spec
20-
repository: 'github://github://mercap/Persistent-API-Skeleton:v{XX}' ];
20+
repository: 'github://mercap/Persistent-API-Skeleton:v{XX}' ];
2121
project: 'Persistent-API-Skeleton-Deployment'
2222
copyFrom: 'PersistentAPISkeleton' with: [ spec loads: 'Deployment' ]
2323
```

0 commit comments

Comments
 (0)