Merge branch 'sac-a-push' of mop.mine.nu:brisk into sac-a-push
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 10 Nov 2012 23:29:20 +0000 (00:29 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 10 Nov 2012 23:29:20 +0000 (00:29 +0100)
sql/builder.sh

index 1dd9b14..7cdcdf2 100755 (executable)
@@ -4,7 +4,7 @@
 #  all this part is from mopshop and we will use it to construct the brisk database
 #
 if [ -f $HOME/.brisk-spu-db.conf ]; then
-    source $HOME/.brisk-db.conf
+    source $HOME/.brisk-spu-db.conf
 elif [ -f $HOME/.db.conf ]; then
     source $HOME/.db.conf
 else