diff --git a/Cargo.toml b/Cargo.toml index 195c68a..53daf3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ponyfetch" description="A cross-platform command-line interface (CLI) tool written in Rust to display system information in an aesthetically pleasing and entertaining manner. " -version = "0.2.0" +version = "0.2.1" authors=["Atsukoro1"] license = "MIT" categories=["command-line-utilities"] diff --git a/src/helpers/arguments.rs b/src/helpers/arguments.rs index 92c74de..84b5bfb 100644 --- a/src/helpers/arguments.rs +++ b/src/helpers/arguments.rs @@ -110,7 +110,7 @@ impl Arguments { } if args.pony == "" { - args.pony = String::from("rainbowdash_large"); + args.pony = String::from("derpy_large"); } if args.help {