Skip to content

Commit 9bd4123

Browse files
committed
Patched wrong default path for installer
1 parent 2a0ae5d commit 9bd4123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISM/PackagedSoftware.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module ISM
1515
def prepareInstallation
1616
super
1717

18-
filesList = Dir.glob(workDirectoryPathNoChroot, match: :dot_files)
18+
filesList = Dir.glob(mainWorkDirectoryPathNoChroot, match: :dot_files)
1919

2020
filesList.each do |entry|
2121

0 commit comments

Comments
 (0)