浏览代码

fix shell script to commit transactions to point to the new db name

Daniel Sheffield 2 年之前
父节点
当前提交
f7d36ed12c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      grocery_transactions.sh

+ 1 - 1
grocery_transactions.sh

@@ -66,7 +66,7 @@ else
     PASSWORD=
 fi
 
-psql ${HOST} -d das <<EOF
+psql ${HOST} -d grocery <<EOF
 BEGIN;
 $(cat - )
 SELECT