Skip to content

Commit e182945

Browse files
committed
Changed default source directory value
1 parent f42b0f0 commit e182945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/test_build_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Set defaults of the various flags
1313
def_tags = ["latest"]
14-
def_src = "/home/runner/work/python-murfey/python-murfey"
14+
def_src = "."
1515
def_dst = "localhost"
1616
def_uid = os.getuid()
1717
def_gid = os.getgid()

0 commit comments

Comments
 (0)