Explorar el Código

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

Daniel Sheffield hace 3 años
padre
commit
f7d36ed12c
Se han modificado 1 ficheros con 1 adiciones y 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