Skip to content

Commit 9538ac4

Browse files
committed
[ci] Run format shell script
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 2a62c6a commit 9538ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeFirefox/install-firefox-package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [[ "${FIREFOX_DOWNLOAD_URL}" == *".deb"* ]]; then
3030
sudo apt-get install -y --allow-downgrades -f /tmp/firefox.deb
3131
rm -f /tmp/firefox.deb
3232
if [ $FIREFOX_VERSION = "-beta" ] || [ $FIREFOX_VERSION = "-nightly" ] || [ $FIREFOX_VERSION = "-devedition" ] || [ $FIREFOX_VERSION = "-esr" ]; then
33-
sudo ln -fs $(which firefox${FIREFOX_VERSION}) /usr/bin/firefox ; \
33+
sudo ln -fs $(which firefox${FIREFOX_VERSION}) /usr/bin/firefox
3434
fi
3535
elif [[ "${FIREFOX_DOWNLOAD_URL}" == *".tar.bz2"* ]]; then
3636
echo "Downloading Firefox from ${FIREFOX_DOWNLOAD_URL}"

0 commit comments

Comments
 (0)