wrong table name

This commit is contained in:
core 2023-06-26 23:20:07 -04:00
parent b7ad25b5ec
commit 80e6dc05ed
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2073,7 +2073,7 @@ dependencies = [
[[package]] [[package]]
name = "nebula-ffi" name = "nebula-ffi"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"gobuild", "gobuild",

View File

@ -13,6 +13,6 @@ pre-build = [
"apt-get update && apt-get install --assume-yes wget && wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz -O /go.tar.gz && tar -C /usr/local -xzf /go.tar.gz && echo \"export PATH=$PATH:/usr/local/go/bin\" >> /etc/profile && touch /go-installed", "apt-get update && apt-get install --assume-yes wget && wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz -O /go.tar.gz && tar -C /usr/local -xzf /go.tar.gz && echo \"export PATH=$PATH:/usr/local/go/bin\" >> /etc/profile && touch /go-installed",
] ]
[target.x86_64-unknown-linux-musl] [target.x86_64-unknown-linux-musl.env]
volumes = [] volumes = []
passthrough = ["GOPATH=/tmp/gopath", "GOCACHE=/tmp/gocache"] passthrough = ["GOPATH=/tmp/gopath", "GOCACHE=/tmp/gocache"]