diff options
Diffstat (limited to 'Biz/Ide')
-rwxr-xr-x | Biz/Ide/push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/push b/Biz/Ide/push index 7ace897..c4bfb72 100755 --- a/Biz/Ide/push +++ b/Biz/Ide/push @@ -16,4 +16,4 @@ where=$(rg -r '$2' -e '(domainname ")(.*)(")' "$what/activate") nix copy --to ssh://root@$where $what ssh root@$where $what/bin/switch-to-configuration switch ssh root@$where nix-env --profile /nix/var/nix/profiles/system --set $what -printf "${GRN}good: push: $target${NC}" +printf "${GRN}good: push: $target${NC}\n" |