updated module name to be correct

This commit is contained in:
specCon18 2025-03-17 14:31:07 -04:00
parent 53b19d39a3
commit 209925146e
4 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ Copyright © 2025 Steven Carpenter <steven.carpenter@skdevstudios.com>
package main
//TODO: P:4 testing todo in other file
import "speccon18/yunodo/v2/cmd"
import "speccon18/yunodo_redux/cmd"
func main() {
cmd.Execute()