Skip to content

Commit fb28fd9

Browse files
committed
Wrong ENV name
1 parent 0651417 commit fb28fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = function(grunt) {
6464
options: {
6565
browserStack: {
6666
username: 'telerik1',
67-
accessKey: process.env.BROWSER_STACK_ACCESS_KEY
67+
accessKey: process.env.BS_ACCESS_KEY
6868
},
6969
customLaunchers: {
7070
bs_chrome: {

0 commit comments

Comments
 (0)