Skip to content

Commit e927a5b

Browse files
authored
fix: installation scripts and configs (#272)
1 parent 1d763e4 commit e927a5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ homebrew_casks:
5555
bash: completions/flow.bash
5656
zsh: completions/flow.zsh
5757
fish: completions/flow.fish
58-
dependencies:
59-
- cask: xclip # Required for clipboard support, only linux, so I need to figure out to get this to skip macOS
58+
# dependencies:
59+
# - cask: xclip # Required for clipboard support, only linux, so I need to figure out to get this to skip macOS
6060
hooks:
6161
post:
6262
install: |

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ get_latest_version() {
2424
curl -s "https://api.github.com/repos/$OWNER/$NAME/releases/latest" | grep -o '"tag_name": ".*"' | sed 's/"tag_name": "//;s/"//'
2525
}
2626

27-
OWNER="jahvon"
27+
OWNER="flowexec"
2828
NAME="flow"
2929
BINARY="flow"
3030

0 commit comments

Comments
 (0)