diff options
| author | 2026-05-13 13:43:42 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:42 +0100 | |
| commit | ae464450eb68fb154181823d059cf7124258ad2c (patch) | |
| tree | 3447ab19f04762d11380f83de9de3d055d0577ad /remote-dev/bootstrap.sh | |
| parent | 60cd24cecc400d4381f5e6243940b5d0e760e4f9 (diff) | |
| download | dotfiles-ae464450eb68fb154181823d059cf7124258ad2c.tar.gz dotfiles-ae464450eb68fb154181823d059cf7124258ad2c.tar.bz2 dotfiles-ae464450eb68fb154181823d059cf7124258ad2c.zip | |
fix(remote-dev): correct dotfiles repo URL to sommerfelddev/dotfiles
Diffstat (limited to 'remote-dev/bootstrap.sh')
| -rwxr-xr-x | remote-dev/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-dev/bootstrap.sh b/remote-dev/bootstrap.sh index c1e95df..48cea11 100755 --- a/remote-dev/bootstrap.sh +++ b/remote-dev/bootstrap.sh @@ -17,7 +17,7 @@ set -eu -REPO="${DOTFILES_REPO:-https://github.com/ruifm/dotfiles}" +REPO="${DOTFILES_REPO:-https://github.com/sommerfelddev/dotfiles}" REF="${DOTFILES_REF:-master}" DIR="${DOTFILES_DIR:-$HOME/.local/share/dotfiles}" |
