Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabbenD committed Nov 15, 2023
1 parent 199bc32 commit e7bcfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function ENV_CREATE_DEPS {
# [ENVIRONMENT]: OSTREE CHECK
function ENV_VERIFY_LOCAL {
if [[ ! -d '/ostree' ]]; then
printf >&2 '\e[31m%s\e[0m\n' 'Error: OSTree could not be found under /ostree'
printf >&2 '\e[31m%s\e[0m\n' 'Error: OSTree could not be found in: /ostree'
exit 1
fi
}
Expand Down

0 comments on commit e7bcfff

Please sign in to comment.