Skip to content

Commit

Permalink
fixed test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Apr 18, 2024
1 parent 0c1d8db commit 214f6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buildscripts/packaging/fpm/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REPO_DIR="$( cd "$SCRIPT_DIR/../../../../" && pwd )"
export REPO_DIR
PKG_PATH="${1:-}"

."$SCRIPT_DIR"/common.sh
. "$SCRIPT_DIR"/common.sh

if [[ -z "$PKG_PATH" ]]; then
echo "usage: ${BASH_SOURCE[0]} DEB_OR_RPM_PATH" >&2
Expand Down

0 comments on commit 214f6ab

Please sign in to comment.