Skip to content

Commit 32afe35

Browse files
committed
Fix release repo owner
1 parent 6faf5ac commit 32afe35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ checksum:
3737

3838
release:
3939
github:
40-
owner: marc-826
40+
owner: 1to10partners
4141
name: seven
4242

4343
changelog:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
POC: a simple curl-based installer for macOS and Linux:
1414

1515
```sh
16-
curl -fsSL https://raw.githubusercontent.com/marc-826/seven/main/scripts/install.sh | sh
16+
curl -fsSL https://raw.githubusercontent.com/1to10partners/seven/main/scripts/install.sh | sh
1717
```
1818

1919
### Use it in an existing repo

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22
set -e
33

4-
REPO="marc-826/seven"
4+
REPO="1to10partners/seven"
55
BINARY="seven"
66

77
if [ -n "$SEVEN_INSTALL_DIR" ]; then

0 commit comments

Comments
 (0)