Skip to content

Commit bf43ec9

Browse files
committed
[YADM] Output sentences end in punctuation
1 parent 5de8ff3 commit bf43ec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.config/yadm/bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if command -v neomutt >/dev/null 2>&1; then
144144
mkdir -p $HOME/Mail/pygotham >/dev/null
145145
fi
146146

147-
echo "Updating Tmux Plugin Manager"
147+
echo "Updating Tmux Plugin Manager."
148148
if test ! -d $XDG_CONFIG_HOME/tmux/plugins/tpm-redux; then
149149
mkdir $XDG_CONFIG_HOME/tmux/plugins
150150
git clone https://github.com/RyanMacG/tpm-redux $XDG_CONFIG_HOME/tmux/plugins/tpm-redux
@@ -154,7 +154,7 @@ $XDG_CONFIG_HOME/tmux/plugins/tpm-redux/bin/clean
154154
$XDG_CONFIG_HOME/tmux/plugins/tpm-redux/bin/update
155155

156156
if command -v softwareupdate >/dev/null 2>&1; then
157-
echo "Installing software updates"
157+
echo "Installing software updates."
158158
softwareupdate --all --install --force
159159
fi
160160

0 commit comments

Comments
 (0)