Skip to content

Commit 12ec0f6

Browse files
committed
fixed typo
1 parent ec12a01 commit 12ec0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build-push:
3131
run27:
3232
docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister skeleton --silent --force || true
3333
docker exec master-stable27-1 sudo -u www-data php occ app_api:app:register skeleton --force-scopes \
34-
--info-xml https://raw.githubusercontent.com/cloud-py-api/nc_py_api/main/examples/as_app/skeleton/appinfo/info.xml
34+
--info-xml https://raw.githubusercontent.com/cloud-py-api/app-skeleton-python/main/appinfo/info.xml
3535

3636
.PHONY: run28
3737
run28:

0 commit comments

Comments
 (0)