Fix copy/pasta.
--- a/lib/thingfish/metastore/pggraph.rb Thu Nov 29 10:20:18 2018 -0800
+++ b/lib/thingfish/metastore/pggraph.rb Mon Dec 03 13:03:22 2018 -0800
@@ -32,7 +32,7 @@
# The data directory that contains migration files.
#
DATADIR = if ENV['THINGFISH_METASTORE_PGGRAPH_DATADIR']
- Pathname( ENV['PEDIA_DATADIR'] )
+ Pathname( ENV['THINGFISH_METASTORE_PGGRAPH_DATADIR'] )
elsif Gem.loaded_specs[ 'thingfish-metastore-pggraph' ] && File.exist?( Gem.loaded_specs['thingfish-metastore-pggraph'].datadir )
Pathname( Gem.loaded_specs['thingfish-metastore-pggraph'].datadir )
else