Skip to content

Commit

Permalink
readme.adoc: Restore rm command in bash snippet
Browse files Browse the repository at this point in the history
`os.remove.all` had replaced it accidentally
  • Loading branch information
nafg authored Oct 27, 2024
1 parent fbc6e2e commit f003b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ In case of troubles with caching and/or incremental compilation, you can always

[source,bash]
----
os.remove.all -rf out/
rm -rf out/
----

== Project Layout
Expand Down

0 comments on commit f003b12

Please sign in to comment.