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 Feb 14, 2022
1 parent 1695308 commit 9ad43f1
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 ""$RULESET"""
else
echo "No link, assuming base64 encoded file"
check_target_repos "--rulesetEncoded ""$RULESET"""
check_target_repos "-c ""$RULESET"""
fi

0 comments on commit 9ad43f1

Please sign in to comment.