From ef2a1d1e6fa9574f2105a6a3c4484f68a87af88b Mon Sep 17 00:00:00 2001 From: Atsukoro1 Date: Tue, 6 Dec 2022 09:44:28 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Minor=20argument=20parser?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- src/helpers/arguments.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {