Fix typos (#131)

This commit is contained in:
pollfly 2022-12-28 19:39:59 +02:00 committed by GitHub
parent 249b51a31b
commit 85e1fadf9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
# specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version)
# poetry_version: "<2",
# virtual environment inheres packages from system
# virtual environment inherits packages from system
system_site_packages: false,
# install with --upgrade
@ -335,6 +335,6 @@
# Disable task docker override. If true, the agent will use the default docker image and ignore any docker image
# and arguments specified in the task's container section (setup shell script from the task container section will
# be used in any case, of specified).
# be used in any case, if specified).
disable_task_docker_override: false
}