# HG changeset patch
# User Mahlon E. Smith <mahlon@martini.nu>
# Date 1543871002 28800
# Node ID 87b0a389b8046a127601c4792b4e35ab034c0330
# Parent  38ea95105574250fed7e38157407120c55673af5
Fix copy/pasta.

diff -r 38ea95105574 -r 87b0a389b804 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