Skip to content

Commit 1b08f5e

Browse files
authored
Merge pull request #190 from stfc/fix-typo
Fix typo of path
2 parents 83a429e + f5c6fe3 commit 1b08f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenStack-accounting/usr/local/sbin/now-accounting.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ startdateepoch=`date -d "$startdate" +%s`
1111

1212
echo $startdate
1313
echo $enddate
14-
for extractor in $(ls /usr/local/bin/*extract_accounting.py);
14+
for extractor in $(ls /usr/local/sbin/*extract_accounting.py);
1515
do
1616
$extractor "$startdate" "$enddate";
1717
done

0 commit comments

Comments
 (0)