Fix copy/pasta.
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 03 Dec 2018 13:03:22 -0800
changeset 16 87b0a389b804
parent 15 38ea95105574
child 17 29848143f305
Fix copy/pasta.
lib/thingfish/metastore/pggraph.rb
--- 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