소스 검색

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