diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:50:24 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:50:24 +0100 |
commit | c1e3c156525fc215810f19b0adbf3c893aea3fab (patch) | |
tree | ef9f16c14266044f7a1cc07be1671388cdf9eb1f /build/awk | |
parent | build(.envrc): Denote the executing shell (diff) | |
download | flake-templates-c1e3c156525fc215810f19b0adbf3c893aea3fab.tar.gz flake-templates-c1e3c156525fc215810f19b0adbf3c893aea3fab.zip |
style(treewide): Format
Diffstat (limited to '')
-rw-r--r-- | build/awk/.envrc | 4 | ||||
-rw-r--r-- | build/awk/docs/%INIT_APPLICATION_NAME.1.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/awk/.envrc b/build/awk/.envrc index 3db39e6..dc660f3 100644 --- a/build/awk/.envrc +++ b/build/awk/.envrc @@ -6,6 +6,6 @@ watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi diff --git a/build/awk/docs/%INIT_APPLICATION_NAME.1.md b/build/awk/docs/%INIT_APPLICATION_NAME.1.md index 5546aad..68bd1bd 100644 --- a/build/awk/docs/%INIT_APPLICATION_NAME.1.md +++ b/build/awk/docs/%INIT_APPLICATION_NAME.1.md @@ -34,7 +34,7 @@ TODO # BUGS -Report bugs to <%INIT_BUG_URL>. +Report bugs to \<%INIT_BUG_URL>. # COPYRIGHT @@ -43,4 +43,4 @@ Copyright (C) %INIT_YEAR %INIT_AUTHOR_NAME This program is free software. You should have received a copy of the License -along with this program. If not, see <%INIT_LICENSE_URL>. +along with this program. If not, see \<%INIT_LICENSE_URL>. |