Skip to content

Commit

Permalink
fix(admin.gbapp): Trying to fix .gbot deployment error.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 8, 2021
1 parent 41e39ec commit 63b2a57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/admin.gbapp/services/GBAdminService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ export class GBAdminService implements IGBAdminService {
// .gbot packages are handled using storage API, so no download
// of local resources is required.


if (!localFolder.endsWith('.gbot')) {
GBLog.warn(`${GBConfigService.get('CLOUD_USERNAME')} must be authorized on SharePoint related site`);
GBLog.warn(`${GBConfigService.get('CLOUD_USERNAME')} must be authorized on SharePoint related site to download to: ${localFolder}`);
await s.downloadFolder(
localFolder,
siteName,
Expand Down

0 comments on commit 63b2a57

Please sign in to comment.