Skip to content

Commit

Permalink
updated to install slicelite view during config
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klo <jim.klo@sri.com>
  • Loading branch information
jimklo committed May 13, 2013
1 parent fbadd8d commit 16a4e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services/Slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self):
# Returns keys/pair where the keys is the destination database name
# and value is the couchapp directory name. This assumes a central
# location for all couchapps.
self.couchapps ={'resource_data': ['apps/learningregistry-slice'] }
self.couchapps ={'resource_data': ['apps/learningregistry-slicelite'] }


def _optsoverride(self):
Expand Down

0 comments on commit 16a4e21

Please sign in to comment.