From 145f0a49ab39bc7eb195931c093e52ff5c5b0b55 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 29 Jul 2021 11:41:00 -0400 Subject: [PATCH] Updated bootstrap with modular bootstrap approach for multiOS-fix2 --- .config/yadm/hooks/post_pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/hooks/post_pull b/.config/yadm/hooks/post_pull index 96a7c5c..6cf4240 100755 --- a/.config/yadm/hooks/post_pull +++ b/.config/yadm/hooks/post_pull @@ -1,3 +1,3 @@ #!/usr/bin/zsh -echo "Run `reload_dotfiles` to reload ZSH environment." +echo "Run 'reload_dotfiles' to reload ZSH environment."