diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-07 14:53:58 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-07 14:53:58 +0200 |
commit | 9b7a3d66381d5a872097fddae52aea51c7a0a185 (patch) | |
tree | 7059b59e50c8cc352a37b4216dc0fd8a15709d8c /pkgs/by-name | |
parent | build(update.sh): Warn about out-of-tree dependencies (diff) | |
download | nixos-config-9b7a3d66381d5a872097fddae52aea51c7a0a185.tar.gz nixos-config-9b7a3d66381d5a872097fddae52aea51c7a0a185.zip |
style(pkgs/stamp): Format
Diffstat (limited to 'pkgs/by-name')
-rwxr-xr-x | pkgs/by-name/st/stamp/stamp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/st/stamp/stamp.sh b/pkgs/by-name/st/stamp/stamp.sh index 018254c5..ca365194 100755 --- a/pkgs/by-name/st/stamp/stamp.sh +++ b/pkgs/by-name/st/stamp/stamp.sh @@ -75,6 +75,7 @@ while [ "$#" -gt 0 ] && [ "$run" = true ]; do ;; *) die "Unknown command: $1" + ;; esac done |