We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099020d commit 168ebb0Copy full SHA for 168ebb0
integrations/walkme/lib/index.js
@@ -68,7 +68,7 @@ WalkMe.prototype.initialize = function() {
68
sriSuffix = 'private_';
69
}
70
71
- var bucket = (this.options.customDirectory) ? this.options.customDirecotry : 'users';
+ var bucket = (this.options.customDirectory) ? this.options.customDirectory : 'users';
72
var url = `https://cdn.walkme.com/${bucket}/${walkMeSystemId}/${env}/walkme_${sriSuffix}${walkMeSystemId}_https.js`;
73
74
this.load({
0 commit comments