Skip to content

Commit

Permalink
Rename "master" to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kovalenko committed Nov 10, 2020
1 parent fc8e47a commit 76e2d7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "CodeQL"
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: "0 8 * * *"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SpotCLI is a command-line interface for managing Spot Elastigroups.
Install latest SpotCLI:

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/SupersonicAds/spotcli/master/install.sh)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/SupersonicAds/spotcli/main/install.sh)"
```

You can also install SpotCLI manually:
Expand Down
2 changes: 1 addition & 1 deletion spotcli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import spotcli.tasks

UPDATE_URL = "https://api.github.com/repos/SupersonicAds/spotcli/releases/latest"
UPDATE_COMMAND = 'bash -c "$(curl -fsSL https://raw.githubusercontent.com/SupersonicAds/spotcli/master/install.sh)"'
UPDATE_COMMAND = 'bash -c "$(curl -fsSL https://raw.githubusercontent.com/SupersonicAds/spotcli/main/install.sh)"'


console = rich.console.Console(highlight=False)
Expand Down

0 comments on commit 76e2d7a

Please sign in to comment.