Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed Dec 5, 2024
2 parents 9cf62b3 + f05a21a commit ff33198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func InstallDependencies(props InstallProps) {
message := "Installing dependencies using: " + props.PackageManagerToUse + "..."

WriteMessage(WriteMessageProps{
Type: enums.MessageTypeConfig,
Type: enums.MessageTypeInfo,
Message: string(message),
})

Expand Down

0 comments on commit ff33198

Please sign in to comment.