Skip to content

Commit

Permalink
chore: Updated dependencies.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed Dec 5, 2024
1 parent 6b744b7 commit f05a21a
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 f05a21a

Please sign in to comment.