mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06:30 +02:00
Fix component version message in cf import (fixes #90)
This commit is contained in:
parent
d43984923e
commit
2dd0a1ae78
@ -173,7 +173,7 @@ var importCmd = &cobra.Command{
|
||||
if !ok {
|
||||
fmt.Println("Set " + core.ComponentToFriendlyName(component) + " version to " + version)
|
||||
} else if packVersion != version {
|
||||
fmt.Println("Set " + core.ComponentToFriendlyName(component) + " version to " + version + " (previously " + version + ")")
|
||||
fmt.Println("Set " + core.ComponentToFriendlyName(component) + " version to " + version + " (previously " + packVersion + ")")
|
||||
}
|
||||
pack.Versions[component] = version
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user