* fix duplicated 'the'

* fix typo found by misspell
This commit is contained in:
Kenshi Kamata
2019-08-28 02:55:09 +09:00
committed by Aaron Schlesinger
parent 054edde824
commit 667b9fdf65
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# check_conflicts.sh
# this script checks for changes to files OTHER THAN *.go, go.mod and go.sum
# ensuring no git merge conflict artifacts are being commited.
# ensuring no git merge conflict artifacts are being committed.
# i.e. <<<<<<<HEAD or ======= or >>>>>>>branch-name
#
# this is intended to be used in your CI tests
+1 -1
View File
@@ -1,5 +1,5 @@
# Execute end-to-end (e2e) tests to verify that everything is working right
# from the end user perpsective
# from the end user perspective
$repoDir = Join-Path $PSScriptRoot ".." | Join-Path -ChildPath ".."
if (-not (Test-Path env:GO_BINARY_PATH)) { $env:GO_BINARY_PATH = "go" }
+1 -1
View File
@@ -2,7 +2,7 @@
# test_e2e.sh
# Execute end-to-end (e2e) tests to verify that everything is working right
# from the end user perpsective
# from the end user perspective
set -xeuo pipefail
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )/.."