Skip to content

Commit

Permalink
Merge pull request #12 from davidtwco/fix-action
Browse files Browse the repository at this point in the history
Fix action after df0a0b8
  • Loading branch information
spastorino authored Jun 19, 2024
2 parents 95ad6eb + 96cdbee commit 8b37bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ shopt -s globstar
for path in "$1"/**/*.toml; do
filepath=${path##$1/}
mkdir -p $2/$(dirname "$filepath")
toml-to-ical $path -o $2/${filepath%.*}.ics
toml-to-ical -i $path -o $2/${filepath%.*}.ics
done

0 comments on commit 8b37bcd

Please sign in to comment.