Skip to content

Commit c849ef0

Browse files
committed
nit fix
1 parent 4c7f2f1 commit c849ef0

File tree

3,582 files changed

+3704
-221757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,582 files changed

+3704
-221757
lines changed

lib/DeploymentProvider/Providers/WebAppDeploymentProvider.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ class WebAppDeploymentProvider extends BaseWebAppDeploymentProvider_1.BaseWebApp
156156
}
157157
// Check if the webPackage folder contains a .php file
158158
const hasPhpFiles = fs_1.default.readdirSync(webPackage).some(file => file.endsWith('.php'));
159-
if (hasPhpFiles) {
160-
return true;
161-
}
159+
return hasPhpFiles;
162160
}
163161
catch (error) {
164162
core.debug(`Error while checking if the app is PHP: ${error}`);

node_modules/acorn-walk/node_modules/.bin/acorn renamed to node_modules/.bin/acorn

File renamed without changes.

node_modules/acorn-walk/node_modules/.bin/acorn.cmd renamed to node_modules/.bin/acorn.cmd

File renamed without changes.

node_modules/acorn-walk/node_modules/.bin/acorn.ps1 renamed to node_modules/.bin/acorn.ps1

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

node_modules/azure-actions-utility/node_modules/.bin/decompress-zip renamed to node_modules/.bin/decompress-zip

File renamed without changes.

node_modules/azure-actions-utility/node_modules/.bin/decompress-zip.cmd renamed to node_modules/.bin/decompress-zip.cmd

File renamed without changes.

node_modules/azure-actions-utility/node_modules/.bin/decompress-zip.ps1 renamed to node_modules/.bin/decompress-zip.ps1

File renamed without changes.

0 commit comments

Comments
 (0)