Skip to content

Commit

Permalink
Fixed linux version of environment
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Aug 22, 2024
1 parent 08b84cb commit 82f7e11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/environment/local-token_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

package environment

import "github.com/engity-com/bifroest/pkg/user"
import (
"github.com/engity-com/bifroest/pkg/common"
"github.com/engity-com/bifroest/pkg/user"
)

type localTokenUser struct {
Name string `json:"name,omitempty"`
Expand Down

0 comments on commit 82f7e11

Please sign in to comment.