Skip to content

Commit

Permalink
Merge pull request nusCS2113-AY1819S1#89 from leegengyu/master
Browse files Browse the repository at this point in the history
build.gradle edit + attempt to fix Travis newline EOF issue
  • Loading branch information
leegengyu authored Nov 1, 2018
2 parents e17e5c4 + de5cea1 commit a20132a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ asciidoctor {
idprefix: '', // for compatibility with GitHub preview
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'AddressBook-Level4',
'site-githuburl': 'https://github.com/se-edu/addressbook-level4',
'site-name': 'NSync',
'site-githuburl': 'https://github.com/CS2113-AY1819S1-W12-2/main',
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ private int changeTimeToIndex(String time) {
}
return index;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ private static void recursiveDelete(File file){
}
file.delete();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,5 @@ private String indexToTime(int index){
String[] timings ={"8am", "9am", "10am","11am", "12pm", "1pm", "2pm","3pm", "4pm", "5pm", "6pm", "7pm"};
return timings[index];
}

}

0 comments on commit a20132a

Please sign in to comment.