Skip to content

Commit

Permalink
chore: double quote to prevent globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Aug 7, 2024
1 parent 87fd9cb commit 2442563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/php-agent-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ else
url+=".tar.gz"
fi

wget -c ${url} -O - | tar -xz --strip-components 1
wget -c "${url}" -O - | tar -xz --strip-components 1

0 comments on commit 2442563

Please sign in to comment.