mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 23:37:19 +00:00
use dir of versions not version
This commit is contained in:
parent
160d952231
commit
89a1cd267a
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue