Skip to content

Commit

Permalink
health: Simplify github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 7, 2025
1 parent e130942 commit f33c4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/omnix-health/src/check/direnv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn install_check(
direnv_install_result: &Result<direnv::DirenvInstall, direnv::DirenvInstallError>,
required: bool,
) -> Check {
let setup_url = "https://github.com/juspay/nixos-unified-template#nixos-unified-template";
let setup_url = "https://github.com/juspay/nixos-unified-template";
Check {
title: "Direnv installation".to_string(),
info: format!(
Expand Down

0 comments on commit f33c4e0

Please sign in to comment.