Unverified Commit 284cc71c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/tzupdate: Fix ShellCheck issue (#370908)

parents e60e864a 250a4482
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ in {
      wants = [ "network-online.target" ];
      after = [ "network-online.target" ];
      script = ''
        timedatectl set-timezone $(${lib.getExe pkgs.tzupdate} --print-only)
        timedatectl set-timezone "$(${lib.getExe pkgs.tzupdate} --print-only)"
      '';

      serviceConfig = {