Skip to content

Commit 881d496

Browse files
committed
Change build dir from 'build' to 'BUILD'
1 parent 592e869 commit 881d496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mbed/mbed.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"*.orig",
5454

5555
# mbed Tools
56-
"build",
56+
"BUILD",
5757
".build",
5858
".export",
5959

@@ -1119,7 +1119,7 @@ class Program(object):
11191119
is_cwd = False
11201120
is_repo = False
11211121
is_classic = False
1122-
build_dir = "build"
1122+
build_dir = "BUILD"
11231123

11241124
def __init__(self, path=None, print_warning=False):
11251125
path = os.path.abspath(path or os.getcwd())

0 commit comments

Comments
 (0)