Skip to content

Commit 4fcff42

Browse files
Edmund Dipplelostintangent
authored andcommitted
Fix typo in console output (serverless#82)
1 parent 407e369 commit 4fcff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/azureProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ class AzureProvider {
537537

538538
uploadPackageJson () {
539539
const packageJsonFilePath = path.join(this.serverless.config.servicePath, 'package.json');
540-
this.serverless.cli.log('Uploading pacakge.json...');
540+
this.serverless.cli.log('Uploading package.json...');
541541
const requestUrl = `https://${functionAppName}${config.scmVfsPath}package.json`;
542542
const options = {
543543
host: functionAppName + config.scmDomain,

0 commit comments

Comments
 (0)