Explorar o código

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

Daniel Sheffield %!s(int64=3) %!d(string=hai) anos
pai
achega
f7d36ed12c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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