Skip to content

Commit

Permalink
Fix typo in install-latest-ci: chown → chmod
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
  • Loading branch information
jandubois committed Jan 13, 2025
1 parent 5c9078e commit 901ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-latest-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ install_application() {
dest="/opt/rancher-desktop"
sudo rm -rf "${dest:?}"
sudo unzip -o "$zip_abspath" -d "$dest" >/dev/null
sudo chown 04755 "${dest}/chrome-sandbox"
sudo chmod 04755 "${dest}/chrome-sandbox"
;;
esac
}
Expand Down

0 comments on commit 901ec30

Please sign in to comment.