Skip to content
Snippets Groups Projects
Commit cb4607df authored by Falk Rehse's avatar Falk Rehse
Browse files

Fix env name

parent ccd08fba
No related branches found
No related tags found
No related merge requests found
Pipeline #115623 passed
......@@ -29,7 +29,7 @@ fn main() {
.expect("No player secret provided!"),
);
let client_secret = Arc::new(
env::var("SPOCCIFY_CLIENT SECRET")
env::var("SPOCCIFY_CLIENT_SECRET")
.expect("No client secret provided!"),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment