Skip to content

Commit ba9c6f6

Browse files
skotapatipytorchmergebot
authored andcommitted
Fix typo
1 parent 10346e7 commit ba9c6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/pytorch/macos-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -x
33

44
# shellcheck disable=SC2034
55
# shellcheck source=./macos-common.sh
6-
source "$(di.rname "${BASH_SOURCE[0]}")/macos-common.sh"
6+
source "$(dirname "${BASH_SOURCE[0]}")/macos-common.sh"
77

88
if [[ -n "$CONDA_ENV" ]]; then
99
# Use binaries under conda environment

0 commit comments

Comments
 (0)