Skip to content

Commit dfb105b

Browse files
author
Peter Giacomo Lombardo
committed
Lamba Script: Fix relative path
1 parent ec22e07 commit dfb105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/aws-lambda/lambda_build_publish_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
this_file_path = os.path.dirname(os.path.realpath(__file__))
2828

2929
# Change directory to the base of the Python sensor repository
30-
os.chdir(this_file_path + "/../")
30+
os.chdir(this_file_path + "/../../")
3131

3232
cwd = os.getcwd()
3333
print("===> Working directory is: %s" % cwd)

0 commit comments

Comments
 (0)