use dir of versions not version

This commit is contained in:
Henry Oswald 2016-05-23 12:39:06 +01:00
parent 160d952231
commit 89a1cd267a

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'