Skip to content

Commit 9eac07f

Browse files
committed
minor revolver improvements
1 parent 026a009 commit 9eac07f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

sw/bin/executable_autoupdate.zsh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,23 +127,19 @@ if [ ${last_system} -gt ${system_seconds} ] || [ $force_update -eq 1 ]; then
127127
revolver update "Syncing styles in $HOME/notes"
128128
pushd $HOME/notes && vale sync && popd
129129

130-
resolver update "Updating CodeRabbit repos..."
131-
$HOME/sw/bin/sync_coderabbitai.sh
130+
revolver_stop
132131

133-
revolver update "Updating FluxNinja repos..."
132+
$HOME/sw/bin/sync_coderabbitai.sh
134133
$HOME/sw/bin/sync_fluxninja.sh
135-
134+
136135
if [[ $TERM == *"tmux"* || $TERM == *"screen"* || -n $TMUX ]]; then
137-
revolver update "Reloading tmux config..."
138136
tmux source-file $HOME/.tmux.conf
139137
fi
140-
revolver update "Stopping..."
141138

142139
stop_time=$(date +%s)
143140
interval=$(expr ${stop_time} - ${start_time})
144141
echo "It took $interval seconds to update the system."
145142
show_errors
146-
revolver_stop
147143
fi
148144

149145
unset SYSTEM_RECEIPT_F

0 commit comments

Comments
 (0)