Skip to content

Commit

Permalink
"per"→"by" in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 committed May 1, 2023
1 parent 7cc86d7 commit 0e1c7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/post_sfos-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ then
printf '\n'
# Syncing, as I could not determine if zypper already does that:
sync
printf '%s\n' "- Checking for updates per zypper:"
printf '%s\n' "- Checking for updates by zypper:"
# As of SailfishOS 4.1.0, `version --dup` does not seem to always update all packages, any more:
zypper update -y -l
printf '\n'
Expand All @@ -77,7 +77,7 @@ printf '%s\n' "- Refreshing pkcon's caches:"
pkcon refresh || exit $?
# Syncing, as I could not determine if pkcon already does that:
sync
printf '%s\n' "- Checking for updates per pkcon:"
printf '%s\n' "- Checking for updates by pkcon:"
# As of SailfishOS 4.1.0, `version --dup` does not seem to always update all packages, any more:
pkcon -y update

0 comments on commit 0e1c7c9

Please sign in to comment.