Skip to content

Commit

Permalink
fix some values
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Mar 10, 2023
1 parent e4c9244 commit 4e06370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .hof/shadow/AdhocGen/hof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Hof < Formula
version "v0.6.8-beta.11"
url "https://github.com/hofstadter-io/hof.git",
tag: "v0.6.8-beta.11",
revision: "5f6770b9628cd46a4caa24594e052dd715ac2dca"
revision: "3f3eef40bde51b1a27763f9638bbabaa897ae52c"
license "BSD-3-Clause"
head "https://github.com/hofstadter-io/hof.git", branch: "_dev"

Expand Down
2 changes: 1 addition & 1 deletion hof.cue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "strings"
name: "hof"
version: tag
tag: "v0.6.8-beta.11"
commit: "5f6770b9628cd46a4caa24594e052dd715ac2dca"
commit: "3f3eef40bde51b1a27763f9638bbabaa897ae52c"
desc: "A flexible data modeling & code generation system"
homepage: "https://hofstadter.io/"
repo: "github.com/hofstadter-io/hof"
Expand Down
3 changes: 1 addition & 2 deletions hof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Hof < Formula
version "v0.6.8-beta.11"
url "https://github.com/hofstadter-io/hof.git",
tag: "v0.6.8-beta.11",
revision: "5f6770b9628cd46a4caa24594e052dd715ac2dca"
revision: "3f3eef40bde51b1a27763f9638bbabaa897ae52c"
license "BSD-3-Clause"
head "https://github.com/hofstadter-io/hof.git", branch: "_dev"

Expand All @@ -29,7 +29,6 @@ def install
assert_match "v#{version}", shell_output("#{bin}/hof version")

system bin/"hof", "mod", "init", "cue", "brew.sh/brewtest"
assert_predicate testpath/"cue.mods", :exist?
assert_equal "module: \"brew.sh/brewtest\"", (testpath/"cue.mod/module.cue").read.chomp

assert_match version.to_s, shell_output(bin/"hof version")
Expand Down

0 comments on commit 4e06370

Please sign in to comment.