Use to_s
This commit is contained in:
parent
34dc41c6a0
commit
e713108743
1 changed files with 1 additions and 1 deletions
2
build.rb
2
build.rb
|
@ -29,6 +29,6 @@ Phlexite::Site.new { |s|
|
||||||
end
|
end
|
||||||
|
|
||||||
go_modules.each do |import, repo|
|
go_modules.each do |import, repo|
|
||||||
s.page "#{import.delete_prefix('farthergate.com/')}", Pages::GoMod.new(import, repo)
|
s.page "#{import.to_s.delete_prefix('farthergate.com/')}", Pages::GoMod.new(import, repo)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue