We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1d215 commit 575a26fCopy full SHA for 575a26f
scripts/extension-registry-changed
@@ -43,6 +43,6 @@ docfile="$scriptdir/../docs/sources/next/extensions/explore.md"
43
tmpfile=/tmp/explore.$$
44
45
generate_extension_list_partial > $tmpfile
46
-replace_extension_list_partial $docfile $tmpfile
+replace_extension_list_partial "$docfile" $tmpfile
47
48
rm -f $tmpfile
0 commit comments