Skip to content

Commit

Permalink
remove unused fi in rancher-release set-kdm-branch (#285)
Browse files Browse the repository at this point in the history
* remove unused fi

* update docs

---------

Co-authored-by: Pedro Tashima <[email protected]>
  • Loading branch information
tashima42 and tashima42 authored Oct 19, 2023
1 parent 3c674aa commit 27607b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/rancher_release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Results are printed in MD, and can be pasted into Slack, but formatting is trick
**Examples**

```
rancher_release list-nonmirrored-rc-images --tag v2.6
rancher_release list-nonmirrored-rc-images --tag v2.8.0-rc1
```

### check-rancher-image
Expand All @@ -32,7 +32,7 @@ Checks if there’s an available Helm Chart and Docker images for amd64, arm and
**Examples**

```
rancher_release check-rancher-image --tag v2.6
rancher_release check-rancher-image --tag v2.8.0-rc1
```

### set-kdm-branch-refs
Expand Down
1 change: 0 additions & 1 deletion release/rancher/rancher.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Linux)
exit 1
;;
esac
fi
git add pkg/settings/setting.go
git add package/Dockerfile
git add Dockerfile.dapper
Expand Down

0 comments on commit 27607b1

Please sign in to comment.