diff --git a/site-modules/core/manifests/zsh.pp b/site-modules/core/manifests/zsh.pp index 21a1416..625672f 100644 --- a/site-modules/core/manifests/zsh.pp +++ b/site-modules/core/manifests/zsh.pp @@ -1,6 +1,6 @@ class core::zsh { vcsrepo { "${user_home}/.oh-my-zsh": - source => 'https://github.com/robbyrussell/oh-my-zsh.git', + source => 'https://github.com/ohmyzsh/ohmyzsh.git', provider => 'git', user => $user, revision => 'master',