Skip to content

Commit

Permalink
Remove help flag (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maruina authored May 13, 2021
1 parent 59330e2 commit 99263b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

while true; do
withings-sync -h
withings-sync
echo "Command completed. Sleeping ${SLEEP} seconds..."
sleep "${SLEEP}"
done

0 comments on commit 99263b9

Please sign in to comment.