From 73bd21a4645ee1a36a7edf63c7a57f57a56242fb Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Thu, 7 Jul 2022 19:49:27 +0100 Subject: [PATCH] chore(pp): change oh-my-zsh package location from there rename --- site-modules/core/manifests/zsh.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',