Skip to content

Commit

Permalink
Adding line feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Springfox Robot committed Apr 14, 2015
1 parent 2ffddfc commit 3e0e44a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/documentation.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ task publishDocs(type: Exec) {
gitChanges += """rm -rf $destination
mkdir -p $destination
cp -r $source $destination
git add $destination"""
git add $destination
"""
}

commandLine "sh", "-c",
Expand Down

0 comments on commit 3e0e44a

Please sign in to comment.