Skip to content

Commit 4f94798

Browse files
committed
fixup
1 parent 4e3b7d3 commit 4f94798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/npm-postinstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ main() {
124124
}
125125

126126
install_with_yarn_or_npm() {
127-
echo "User agent: "${npm_config_user_agent-none}""
127+
echo "User agent: ${npm_config_user_agent-none}"
128128
# NOTE@edvincent: We want to keep using the package manager that the end-user was using to install the package.
129129
# This also ensures that when *we* run `yarn` in the development process, the yarn.lock file is used.
130130
case "${npm_config_user_agent-}" in

0 commit comments

Comments
 (0)