flink: fix, remove extra "

This commit is contained in:
Robert Timis 2023-10-20 18:34:17 +02:00 committed by roberttimis
parent ca012a02bf
commit 0fffb95d11

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
--prefix PATH : ${jre}/bin
cat <<EOF >> $out/opt/flink/conf/flink-conf.yaml
env.java.home: ${jre}"
env.java.home: ${jre}
env.log.dir: /tmp/flink-logs
EOF
'';