Skip to content

Commit

Permalink
test: Adjust to improve git error hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Nov 21, 2024
1 parent 0767af8 commit 5ffc317
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/installer/repository_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ describe "Repository" do
0.1.0
0.2.0
Hint: Run mint tool clean; mint tool clean --package-cache to reset local
state, and then try again.
MESSAGE

begin
Expand Down Expand Up @@ -98,6 +101,9 @@ describe "Repository" do
The error I got from the git command is this:
cloned
Hint: Run mint tool clean; mint tool clean --package-cache to reset local
state, and then try again.
MESSAGE

begin
Expand All @@ -119,6 +125,9 @@ describe "Repository" do
The error I got from the git command is this:
fetched
Hint: Run mint tool clean; mint tool clean --package-cache to reset local
state, and then try again.
MESSAGE

begin
Expand Down

0 comments on commit 5ffc317

Please sign in to comment.