Fix db migration glue script

This commit is contained in:
ppom 2024-10-24 12:00:00 +02:00
commit 4b8d6e8168
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -13,6 +13,6 @@ reaction*.export.json
*.qcow2
debian-packaging/*
*.swp
export-go-db/export-db
export-go-db/export-go-db
import-rust-db/target
/target

View file

@ -92,7 +92,7 @@ def main():
# Build glue script
contents = """
func main() {
function main() {
set -eu -o pipefail
DIR="$(mktemp -d)"
echo "$GOBIN" | base64 -d > "$DIR/gobin"