Skip to content

Commit

Permalink
chore: change to script in the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 27, 2023
1 parent 425a449 commit abcad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var updateCmd = &cobra.Command{
GBC_VERSION,
)

commandString := `bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/AllanCapistrano/gbc/feat/updater/scripts/update.sh)"`
commandString := `bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/AllanCapistrano/gbc/main/scripts/update.sh)"`
command := exec.Command("/bin/bash", "-c", commandString)

err := command.Run()
Expand Down

0 comments on commit abcad45

Please sign in to comment.