diff options
Diffstat (limited to 'home/xyz/.local/bin/upd')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index a5751ede..79dc81e9 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -21,7 +21,7 @@ backup () { git -C "$HOME/programs/config_local_arch" pull git -C "$HOME/programs/config_local_arch" checkout ka git -C "$HOME/programs/config_local_arch" pull - # Push ka branch to gitlab or any future alternative website for mirroring. Needed for public codes/data, considering my death may result in all copies on my computers being lost. + # Push ka branch to codeberg or any future alternative website for mirroring. Needed for public codes/data, considering my death may result in all copies on my computers being lost. git -C "$HOME/programs/config_local_arch" push ( umask 077 |