From 7e1dff54d2c25ac6f60c2cccf0b05f62a8959544 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 3 May 2023 03:52:39 -0400 Subject: [PATCH] scripts/ansible: Fix typo in comment --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index ed368d1e6..0fc8f611e 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -205,7 +205,7 @@ $APT_PATH/apt -y install python3-venv echo -e "\nCreate virtual environment for Ansible" python3 -m venv /usr/local/ansible -# "if not ubuntu" (covers RasPiOC & Debian) would also work, but is overbroad: +# "if not ubuntu" (covers RasPiOS & Debian) would also work, but is overbroad: # if ! grep -qi ubuntu /etc/os-release; then # # if [ -f /etc/rpi-issue ] && [[ $(dpkg --print-architecture) == armhf ]]; then