Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
change nanopubs_store to nanopub_store
Browse files Browse the repository at this point in the history
The latter is what is used in code.
  • Loading branch information
Nick authored and wshayes committed May 28, 2016
1 parent 13fe4d2 commit b36876e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/openbel/api/routes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class Version < Base
render_json(
{
:bel_version => {
:string => OpenBEL::Version.to_s,
:semantic_version_numbers => OpenBEL::Version.to_a
:string => OpenBEL::Settings[:bel][:version].to_s
# :semantic_version_numbers => OpenBEL::Settings[:bel][:version].to_a
}
}
)
Expand Down
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bel:
version: 2.0

# Storage of nanopubs through the Mongo database.
nanopubs_store:
nanopub_store:
mongo:

# The MongoDB host to connect to. For example if MongoDB's net.bindIp
Expand Down

0 comments on commit b36876e

Please sign in to comment.