mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 02:26:12 +00:00
Fix typo
This commit is contained in:
+2
-2
@@ -627,7 +627,7 @@ func installPackages() {
|
|||||||
// Show optional dependencies
|
// Show optional dependencies
|
||||||
if !installOptional && len(optionalDepends) != 0 {
|
if !installOptional && len(optionalDepends) != 0 {
|
||||||
// List optional dependencies
|
// List optional dependencies
|
||||||
fmt.Println("The following opitonal dependenices have been discovered:")
|
fmt.Println("The following optional dependenices have been discovered:")
|
||||||
for dependant, depends := range optionalDepends {
|
for dependant, depends := range optionalDepends {
|
||||||
fmt.Printf("%s: \n", dependant)
|
fmt.Printf("%s: \n", dependant)
|
||||||
for _, depend := range depends {
|
for _, depend := range depends {
|
||||||
@@ -1019,7 +1019,7 @@ func updatePackages() {
|
|||||||
// Show optional dependencies
|
// Show optional dependencies
|
||||||
if !installOptional && len(optionalDepends) != 0 {
|
if !installOptional && len(optionalDepends) != 0 {
|
||||||
// List optional dependencies
|
// List optional dependencies
|
||||||
fmt.Println("The following opitonal dependenices have been discovered:")
|
fmt.Println("The following optional dependenices have been discovered:")
|
||||||
for dependant, depends := range optionalDepends {
|
for dependant, depends := range optionalDepends {
|
||||||
fmt.Printf("%s: \n", dependant)
|
fmt.Printf("%s: \n", dependant)
|
||||||
for _, depend := range depends {
|
for _, depend := range depends {
|
||||||
|
|||||||
Reference in New Issue
Block a user