Skip to content

Commit

Permalink
Merge pull request #1426 from wireapp/dev
Browse files Browse the repository at this point in the history
staging bump 2017-06-22
  • Loading branch information
Gregor Herdmann authored Jun 22, 2017
2 parents 78899f7 + ed008b7 commit 96e89a7
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 96e89a7

Please sign in to comment.