Skip to content

Commit

Permalink
correction of small message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Jan 23, 2023
1 parent e395da5 commit 0dc4a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Expand Up @@ -251,7 +251,7 @@ function upgrade_apt() {

# Update only the added repo (during install action)
function update_only_repo() {
fancy_message info "Upating: /etc/apt/sources.list.d/${APT_LIST_NAME}.list"
fancy_message info "Updating: /etc/apt/sources.list.d/${APT_LIST_NAME}.list"
${ELEVATE} apt-get update -o Dir::Etc::sourcelist="sources.list.d/${APT_LIST_NAME}.list" \
-o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
}
Expand Down

0 comments on commit 0dc4a50

Please sign in to comment.