content: fix file path in code snippet

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-09 14:06:29 +05:30
parent 90ad288704
commit 49795099bf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ So, what can you add here? Almost anything!
On my machines, I currently have two init scripts. One that automatically adds Ben Manes' [gradle-versions-plugin] (also where I first discovered init scripts!), and another that does the same for Miłosz Lewandowski's [can-i-drop-jetifier]. The scripts look something like this
```groovy
// $HOME/init.d/can-i-drop-jetifier.gradle
// /home/msfjarvis/.gradle/init.d/can-i-drop-jetifier.gradle
initscript {
repositories {