Skip to content

Commit

Permalink
fix bash script error for get_appteam
Browse files Browse the repository at this point in the history
  • Loading branch information
barney-s committed Jul 24, 2024
1 parent a2600a5 commit 65c603b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/compositions/samples/AppTeam/get_appteam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
scriptpath=$(realpath $0)
base=$(dirname $scriptpath)

if [[ $# -lte 1 ]];
if [[ $# -lt 1 ]];
then
echo "usage: ./get_appteam.sh <project>"
exit 1
Expand Down

0 comments on commit 65c603b

Please sign in to comment.