Skip to content

Commit 8f5940f

Browse files
committed
fix typo
1 parent 5d25c3e commit 8f5940f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/s3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = CoreObject.extend({
4040
}
4141

4242
if (endpoint) {
43-
this.plugin.log('Using endpoint from config', { verbose: true });
43+
this._plugin.log('Using endpoint from config', { verbose: true });
4444
AWS.config.endpoint = new AWS.Endpoint(endpoint);
4545
}
4646

0 commit comments

Comments
 (0)