@faable/faable 1.5.18 → 1.5.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -86,7 +86,7 @@ const link = {
|
|
|
86
86
|
log.info(`Linking to "${selectedApp.name}" (${selectedApp.id})...`);
|
|
87
87
|
// Update the app in the API
|
|
88
88
|
if (gitUrl) {
|
|
89
|
-
await api.updateApp(selectedApp.id, {
|
|
89
|
+
await api.updateApp(selectedApp.id, { repository: gitUrl });
|
|
90
90
|
log.info(`Updated app with github_repo: ${gitUrl}`);
|
|
91
91
|
}
|
|
92
92
|
else {
|