Skip to content

Commit 323402a

Browse files
committed
standardize package names
1 parent d46d220 commit 323402a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

environment/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub fn install_env(env: &str) {
22
match env {
3-
"python" => {
3+
"Python" => {
44
println!("\x1b[32m[xtask]\x1b[0m Checking if Python is already installed...");
55
println!();
66

@@ -146,7 +146,7 @@ pub fn install_env(env: &str) {
146146
),
147147
}
148148
}
149-
"cuda" => {
149+
"CUDA" => {
150150
println!("\x1b[32m[xtask]\x1b[0m Checking if CUDA Toolkit is already installed...");
151151
println!();
152152

0 commit comments

Comments
 (0)