summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/aws-sign2/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/aws-sign2/index.js')
-rw-r--r--deps/npm/node_modules/aws-sign2/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/aws-sign2/index.js b/deps/npm/node_modules/aws-sign2/index.js
index 54766a1351..5efa65523d 100644
--- a/deps/npm/node_modules/aws-sign2/index.js
+++ b/deps/npm/node_modules/aws-sign2/index.js
@@ -133,7 +133,7 @@ function stringToSign (options) {
]
return r.join('\n')
}
-module.exports.queryStringToSign = stringToSign
+module.exports.stringToSign = stringToSign
/**
* Return a string for sign() with the given `options`, but is meant exclusively