Skip to content

Commit 89869fd

Browse files
Merge branch 'add_bucket_option' into staging
2 parents 0b74b96 + e9878ae commit 89869fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: integrations/walkme/lib/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ WalkMe.prototype.initialize = function() {
6868
sriSuffix = 'private_';
6969
}
7070

71-
var bucket = (this.options.customDirecotry) ? this.options.customDirecotry : 'users';
72-
var url = `https://cdn.walkme.com/${bucket}/${walkMeSystemId}/${env}/walkme_${sriSuffix}${walkMeSystemId}_https.js`;
71+
var bucket = (this.options.customDirectory) ? this.options.customDirectory : 'users';
72+
var url = 'https://cdn.walkme.com/' + bucket + '/' + walkMeSystemId + '/' + env + '/walkme_' + sriSuffix + walkMeSystemId + '_https.js';
7373

7474
this.load({
7575
url,

0 commit comments

Comments
 (0)