We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad1cc5 commit ff52a12Copy full SHA for ff52a12
update
@@ -15,4 +15,4 @@ if [ -f "bin/msh-update-runner" ]; then
15
fi
16
curl -s https://raw.githubusercontent.com/cophilot/msh/main/update-runner > bin/msh-update-runner
17
18
-./bin/msh-update-runner
+source ./bin/msh-update-runner
update-runner
@@ -14,7 +14,6 @@ update_local_file() {
14
if ! grep -q "$key" $local_file; then
new_lines="$new_lines$line\n"
- echo "line: $line"
19
20
done <<< "$content"
0 commit comments