fix: binary name change

This commit is contained in:
evilsocket 2018-01-14 00:36:37 +01:00
commit 41b39858f1
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,3 +1,3 @@
*.sw* *.sw*
bettercap bettercap-ng
bettercap.history bettercap.history

View file

@ -12,4 +12,4 @@ RUN make deps
RUN make RUN make
EXPOSE 80 443 53 5300 8080 8081 8082 8083 8000 EXPOSE 80 443 53 5300 8080 8081 8082 8083 8000
ENTRYPOINT ["./bettercap"] ENTRYPOINT ["./bettercap-ng"]

View file

@ -1,4 +1,4 @@
TARGET=bettercap TARGET=bettercap-ng
all: fmt vet build all: fmt vet build
@echo "@ Done" @echo "@ Done"

View file

@ -83,7 +83,7 @@ func netOuiDat() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "net/oui.dat", size: 585353, mode: os.FileMode(420), modTime: time.Unix(1515886330, 0)} info := bindataFileInfo{name: "net/oui.dat", size: 585353, mode: os.FileMode(420), modTime: time.Unix(1515886539, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }