use dir of versions not version

This commit is contained in:
Henry Oswald 2016-05-23 12:39:06 +01:00
parent 82e00ce700
commit f33d82088e

View file

@ -27,7 +27,7 @@ module.exports = (grunt) ->
# access_token: ''
concat: true
src: repos
dest: 'version/' + tag + '.json'
dest: 'versions/' + tag + '.json'
grunt.loadNpmTasks 'grunt-docker-io'
grunt.loadNpmTasks 'grunt-github-api'