Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Sep 10, 2024
1 parent ea26ad4 commit c4c8116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/ops/hugo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pub async fn deploy(config: &Config) -> Result<(), anyhow::Error> {
config
.github
.access_token
.replace(env_var("DEPLOY_GITHUB_ACCESS_TOKE")?);
.replace(env_var("DEPLOY_GITHUB_ACCESS_TOKEN")?);
config
.github
.user_email
Expand Down

0 comments on commit c4c8116

Please sign in to comment.