Skip to content

Commit a9719d3

Browse files
committed
fix path
1 parent 5b7ec75 commit a9719d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ functions:
105105
script: |
106106
set -e
107107
export GOPATH=`pwd`
108-
export PATH="`pwd`:$PATH"
108+
export PATH=`pwd`:$PATH
109109
export STITCH_PATH=$GOPATH/src/github.com/10gen/stitch
110110
export PATH="$PATH:$STITCH_PATH/etc/transpiler/bin"
111111
echo "running stitch"

0 commit comments

Comments
 (0)