Skip to content

Commit

Permalink
chore: minor changes (#109)
Browse files Browse the repository at this point in the history
* fix: correct typo in comment regarding Darwin support

Signed-off-by: Justin Bailey <[email protected]>

* docs: update README formatting and remove unnecessary line

---------

Signed-off-by: Justin Bailey <[email protected]>
  • Loading branch information
beholdenkey authored Dec 10, 2024
1 parent 72e76eb commit 14149aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Terraform Provider for Harvester
==================================
# Terraform Provider for Harvester

## Requirements

Expand All @@ -9,6 +8,7 @@ Terraform Provider for Harvester
## Install The Provider

copy and paste this code into your Terraform configuration. Then, run `terraform init` to initialize it.

```hcl
terraform {
required_providers {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/harvester/terraform-provider-harvester
go 1.22.5

replace (
// From this commiet, it starts to support Darwin.
// From this commit, it starts to support Darwin.
github.com/longhorn/go-common-libs => github.com/longhorn/go-common-libs v0.0.0-20240926084818-3a320d860af4

github.com/openshift/api => github.com/openshift/api v0.0.0-20191219222812-2987a591a72c
Expand Down

0 comments on commit 14149aa

Please sign in to comment.