Skip to content

Commit

Permalink
fix(grunt): wrong amsf-update task
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 2, 2015
1 parent 6bd344b commit ea0c0ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,13 @@ module.exports = (grunt) ->
grunt.task.run [
"gitreset:amsf__core__reset_git"
"gitclean:amsf__core__clean_git"
"gitpull:amsf__core__update_remote"
]
else
grunt.task.run [
"gitclone:amsf__core__add_remote"
]
grunt.task.run [
"gitclone:amsf__core__add_remote"
"copy:amsf__core__to_app"
]

Expand Down

0 comments on commit ea0c0ce

Please sign in to comment.