Skip to content

Commit

Permalink
Rename init.sh to sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Feb 7, 2024
1 parent b37a6ea commit a738fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
path: cache/upstream
key: upstream
- run: |
./init.sh filtered
./sync.sh filtered
git fetch --progress ./filtered master:master
git push -fu --progress origin master
2 changes: 1 addition & 1 deletion init.sh → sync.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# usage: init.sh <path/to/filtered>
# Usage: sync.sh <path/to/filtered>
set -eu

root=$(pwd)
Expand Down

0 comments on commit a738fe6

Please sign in to comment.