Skip to content

Commit

Permalink
fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Feb 8, 2024
1 parent 73de79f commit aafa6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/config/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ var genConfigCmd = &cobra.Command{
// dmsgHTTPPath = homepath + "/" + visorconfig.DMSGHTTPName
//}
if isPkgEnv {
dmsgHTTPPath = visorconfig.SkywirePath + "/" + visorconfig.DMSGHTTPName
dmsgHTTPPath = visorconfig.SkywirePath + "/" + visorconfig.DMSGHTTPName //nolint
}

// Read the JSON configuration file
Expand Down

0 comments on commit aafa6e3

Please sign in to comment.