Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 13, 2024
1 parent 7837cb5 commit c3265ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ function apt-get.update(){
local base_url=${repo_info[1]}
local dist_name=${repo_info[2]}

# detect opensuze build service repositories, which are listed using a single / at the end (according to pkg2appimage documentation)
# Detect openSUSE Build Service (OBS) repositories, which are listed using a single / at the end (according to pkg2appimage documentation)
if test "${dist_name}" = "/" ; then
echo "Caching ${base_url} ${dist_name}..."
local repo_url="${base_url}/Packages.gz"
Expand Down

0 comments on commit c3265ac

Please sign in to comment.