diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 13:41:13 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 13:41:13 +0200 |
commit | 7d3aaa963081e7bfe831fabb0f11aaf542c3357d (patch) | |
tree | a314205dec6282478c497bd3573eaca800c88804 /update.sh | |
parent | fix(modules/services/nix): Add my overlayed `nixpkgs` to the flake (diff) | |
download | nixos-config-7d3aaa963081e7bfe831fabb0f11aaf542c3357d.tar.gz nixos-config-7d3aaa963081e7bfe831fabb0f11aaf542c3357d.zip |
style(treewide): Format
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh index c96f4482..5394f0ca 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh __update_sh_run() { - __update_sh_command="$1"; + __update_sh_command="$1" shift 1 printf "\033[35;1m> \033[0m\033[35;1m%s\033[0m\n" "Running '$(basename "$__update_sh_command")' .." |