Skip to content

Commit 31544a5

Browse files
committed
tweaked info print
1 parent abe0488 commit 31544a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func Install(args []string) {
190190
// install composer
191191
composerFolderPath := filepath.Join(phpPath, "composer")
192192
if _, err := os.Stat(composerFolderPath); os.IsNotExist(err) {
193-
theme.Info("Creating .pvm/versions folder in home directory")
193+
theme.Info("Creating composer folder")
194194
os.Mkdir(composerFolderPath, 0755)
195195
}
196196

0 commit comments

Comments
 (0)