Skip to content

Commit ff52a12

Browse files
committed
bug fix
1 parent 8ad1cc5 commit ff52a12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

update

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if [ -f "bin/msh-update-runner" ]; then
1515
fi
1616
curl -s https://raw.githubusercontent.com/cophilot/msh/main/update-runner > bin/msh-update-runner
1717

18-
./bin/msh-update-runner
18+
source ./bin/msh-update-runner

update-runner

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ update_local_file() {
1414

1515
if ! grep -q "$key" $local_file; then
1616
new_lines="$new_lines$line\n"
17-
echo "line: $line"
1817
fi
1918

2019
done <<< "$content"

0 commit comments

Comments
 (0)