Skip to content

Commit

Permalink
Update rulesetEncoded parameter to short variant
Browse files Browse the repository at this point in the history
For some odd reason, the extended version of the parameter is not functioning properly.

See philips-forks/repolinter#9 for more information.
  • Loading branch information
Brend-Smits authored and JeroenKnoops committed Feb 15, 2022
1 parent 1ecc97b commit ae3d9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ then
check_target_repos "--rulesetUrl"
else
echo "No link, assuming base64 encoded file"
check_target_repos "-r ""$RULESET"""
check_target_repos "-c ""$RULESET"""
fi

0 comments on commit ae3d9d3

Please sign in to comment.