From b3dcf24690845954da38701e72bc6ff0b80277e0 Mon Sep 17 00:00:00 2001 From: Fulgurance Date: Wed, 11 Dec 2024 15:36:30 +0000 Subject: [PATCH] Patched wrong var accessor --- ISM/Port.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISM/Port.cr b/ISM/Port.cr index ccafa0e..7a2249b 100644 --- a/ISM/Port.cr +++ b/ISM/Port.cr @@ -171,7 +171,7 @@ module ISM return Process.new( "git clone --depth 1 --branch=#{Ism.portsSettings.targetVersion} #{url}", shell: true, - chdir: directoryPathPrefix) + chdir: self.class.directoryPathPrefix) rescue error Ism.printSystemCallErrorNotification(error)