Skip to content

Commit

Permalink
Remove \ from echo
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 12, 2024
1 parent 3f9de27 commit 2dbdf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/update.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function _update_apps() {
fi
echo -e '\n All self-updatable programs are excluded'
sleep 0.1
echo -e '-----------------------------------------------------------------------------\n\
echo -e '-----------------------------------------------------------------------------\n
>> START OF ALL PROCESSES <<\n-----------------------------------------------------------------------------'
for f in "$APPSPATH"/*/; do
cd $f 2>/dev/null &&
Expand Down

0 comments on commit 2dbdf72

Please sign in to comment.