Skip to content

Commit 7907749

Browse files
committed
Patched wrong path
1 parent e1bd3b7 commit 7907749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISM/Port.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module ISM
171171

172172
return Process.new( "git clone --depth 1 --branch=#{Ism.portsSettings.targetVersion} #{url}",
173173
shell: true,
174-
chdir: directoryPath)
174+
chdir: directoryPathPrefix)
175175

176176
rescue error
177177
Ism.printSystemCallErrorNotification(error)

0 commit comments

Comments
 (0)