Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Verdaguer Velázquez <verdx@riseup.net>
  • Loading branch information
verdx committed Feb 3, 2023
1 parent f52d16b commit 24734fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-install-enable/install_and_enable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ elif [ -n "$(command -v apt-get)" ]; then
apt-get update
apt-get install -y systemd
else
common_logger -e "Couldn'd find type of system"
common_logger -e "Couldn't find type of system"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion unattended_installer/common_functions/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function common_checkSystem() {
sys_type="apt-get"
sep="="
else
common_logger -e "Couldn'd find type of system"
common_logger -e "Couldn't find type of system"
exit 1
fi

Expand Down

0 comments on commit 24734fb

Please sign in to comment.