Skip to content

Commit

Permalink
proxy.BuildPlugin: fix automatic incompatible dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HimbeerserverDE committed Dec 1, 2023
1 parent 6dc42ef commit 478f2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func BuildPlugin() error {

pathVer := "github.com/HimbeerserverDE/mt-multiserver-proxy@" + version

if err := goCmd("get", "-u", pathVer); err != nil {
if err := goCmd("get", pathVer); err != nil {
return err
}

Expand Down

0 comments on commit 478f2b2

Please sign in to comment.