Commit 7801eb344b0aea68718422e3ff8dafea455a00e2

Thomas de Grivel 2023-11-05T10:39:35

wip portable sha256

1
2
3
4
5
6
7
8
9
10
11
diff --git a/lib/rbpkg/repo.rb b/lib/rbpkg/repo.rb
index 3758844..f42b70e 100644
--- a/lib/rbpkg/repo.rb
+++ b/lib/rbpkg/repo.rb
@@ -1,5 +1,5 @@
 require 'fileutils'
-require "#{File.dirname(__FILE__)}/sha256.rb"
+load "#{File.dirname(__FILE__)}/sha256.rb"
 
 class Rbpkg::Repo