fix: logrus already persent

Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com>
This commit is contained in:
Isma 2023-12-22 15:27:53 +01:00
parent 8227b9eecb
commit d64d8c5f14
No known key found for this signature in database
GPG key ID: 6D866AE874AF1512

View file

@ -1,7 +1,5 @@
#! /bin/bash #! /bin/bash
go get github.com/sirupsen/logrus
for d in plugins/*/ ; do for d in plugins/*/ ; do
CWD=$(pwd) CWD=$(pwd)
echo "fetch dependencies $d" echo "fetch dependencies $d"