Skip to content

Commit

Permalink
Merge pull request #8 from reallyli/analysis-8mAx6a
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
reallyli authored Aug 28, 2019
2 parents ba0bf66 + ee108e1 commit 1e7c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function sendDeployNotification($subject)
'user' => get('user'),
'branch' => get('branch'),
'environment' => get('environment'),
'app_repo_url' => get('app_repo_url', 'https://github.com')
'app_repo_url' => get('app_repo_url', 'https://github.com'),
];
sendHttpRequest($deployedWebookUrl, $deployedData);
}
Expand Down

0 comments on commit 1e7c976

Please sign in to comment.