Skip to content

Commit

Permalink
Merge pull request #190 from stfc/fix-typo
Browse files Browse the repository at this point in the history
Fix typo of path
  • Loading branch information
DavidFair authored Feb 4, 2025
2 parents 83a429e + f5c6fe3 commit 1b08f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenStack-accounting/usr/local/sbin/now-accounting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ startdateepoch=`date -d "$startdate" +%s`

echo $startdate
echo $enddate
for extractor in $(ls /usr/local/bin/*extract_accounting.py);
for extractor in $(ls /usr/local/sbin/*extract_accounting.py);
do
$extractor "$startdate" "$enddate";
done

0 comments on commit 1b08f5e

Please sign in to comment.