Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2016-02-13 23:50:35 +0300
committerBen Langfeld <ben@langfeld.me>2016-02-13 23:50:35 +0300
commit9bf0998e553465de62d7026b51681cc742290df6 (patch)
treecf29e6518d0d308129f678a402af63cd87dec10d
parentcd6390e554940fb44604bc8f8513959582d973b4 (diff)
Correct filename
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fc3e347..77bfbc6 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -247,7 +247,7 @@ module.exports = function(grunt) {
'github-release': {
options: {
repository: 'candy-chat/candy',
- auth: grunt.file.exists('data.json') ? grunt.file.readJSON('github-credentials.json') : {},
+ auth: grunt.file.exists('github-credentials.json') ? grunt.file.readJSON('github-credentials.json') : {},
release: {
tag_name: 'v' + grunt.file.readJSON('package.json').version,
name: 'v' + grunt.file.readJSON('package.json').version