Skip to content

Commit

Permalink
Patched wrong var accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Dec 11, 2024
1 parent 7907749 commit b3dcf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/Port.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3dcf24

Please sign in to comment.