about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 13:41:13 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 13:41:13 +0200
commit7d3aaa963081e7bfe831fabb0f11aaf542c3357d (patch)
treea314205dec6282478c497bd3573eaca800c88804 /update.sh
parentfix(modules/services/nix): Add my overlayed `nixpkgs` to the flake (diff)
downloadnixos-config-7d3aaa963081e7bfe831fabb0f11aaf542c3357d.tar.gz
nixos-config-7d3aaa963081e7bfe831fabb0f11aaf542c3357d.zip
style(treewide): Format
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
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")' .."