Skip to content

Commit

Permalink
Minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Oct 6, 2023
1 parent c6d1d27 commit c0cc078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/publish-linux-repositories.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
#
# Usage: ./publish-linux-repositories.sh <app version> [--production/--staging]
# Usage: ./publish-linux-repositories.sh [--production/--staging] <app version>
#
# Rsyncs a locally prepared and stored DEB repository to staging or production
# Rsyncs a locally prepared and stored DEB repository to the dev/staging/production
# repository servers.

set -eu
Expand Down Expand Up @@ -38,7 +38,7 @@ if [[ -z ${version+x} ]]; then
exit 1
fi
if [[ -z ${repository_servers+x} ]]; then
echo "Pass either --staging or --production to select target servers"
echo "Pass either --dev, --staging or --production to select target servers"
exit 1
fi

Expand Down

0 comments on commit c0cc078

Please sign in to comment.