Skip to content

Commit

Permalink
scripts: fix codespell errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Aug 27, 2024
1 parent ba3a3d4 commit 3c4263e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/testing/e2e-runner
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ usage() {
echo " --source-proxies <file> source proxy environment variables from file"
echo " --remote|r <repo> remote repository to clone/fetch from"
echo " --branch|-b <branch> name of the remote branch to test"
echo " --local|-l <dir> local directory to clone remote respository into"
echo " --local|-l <dir> local directory to clone remote repository into"
echo " --results|--out|-o <dir> top-level directory for publishing results"
echo " --name|-n <name> subdirectory for results of this run"
echo " --skip-worktree skip worktree preparation, assume already done"
Expand Down Expand Up @@ -112,7 +112,7 @@ source_proxies() {

for var in http_proxy https_proxy no_proxy HTTP_PROXY HTTPS_PROXY NO_PROXY; do
if [ -n "${!var}" ]; then
info "exporting proxy envrionment variable $var (with value ${!var})..."
info "exporting proxy environment variable $var (with value ${!var})..."
export $var
fi
done
Expand Down

0 comments on commit 3c4263e

Please sign in to comment.