Skip to content

Commit

Permalink
Merge pull request #1427 from wireapp/staging
Browse files Browse the repository at this point in the history
release 2017-06-22
  • Loading branch information
Gregor Herdmann authored Jun 22, 2017
2 parents 02631f1 + 96e89a7 commit db6e76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/tasks/raygun.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const fs = require('fs');
const request = require('request');

module.exports = (grunt) => {
grunt.registerTask('raygun', (env = 'staging') => {
grunt.registerTask('raygun', function(env = 'staging') {
const done = this.async();

const options = {
Expand Down

0 comments on commit db6e76d

Please sign in to comment.