Skip to content

Commit

Permalink
Changing default user for connect
Browse files Browse the repository at this point in the history
  • Loading branch information
null93 committed Jun 25, 2024
1 parent 631fc10 commit b3489c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
connectAccountId string
connectRoleName string
connectInstanceId string
connectUid uint32 = 9001
connectUid uint32 = 0
)

var connectCmd = &cobra.Command{
Expand Down

0 comments on commit b3489c4

Please sign in to comment.