We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec12a01 commit 12ec0f6Copy full SHA for 12ec0f6
Makefile
@@ -31,7 +31,7 @@ build-push:
31
run27:
32
docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister skeleton --silent --force || true
33
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
+ --info-xml https://raw.githubusercontent.com/cloud-py-api/app-skeleton-python/main/appinfo/info.xml
35
36
.PHONY: run28
37
run28:
0 commit comments