Skip to content

Commit

Permalink
#1 change name of user home to not conflict with irods home
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Aug 5, 2015
1 parent 308d246 commit f6c07e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public List<AbstractVirtualCollection> listDefaultUserCollections() {
// add user dir
virtualCollections
.add(new CollectionBasedVirtualCollection(
"home",
"My Home",
MiscIRODSUtils
.computeHomeDirectoryForIRODSAccount(getIrodsAccount())));
// add starred folders
Expand Down

0 comments on commit f6c07e4

Please sign in to comment.