summarylogtreecommitdiffstats
path: root/clonehero.install
diff options
context:
space:
mode:
authorLucas Melo2022-09-18 10:26:16 -0300
committerLucas Melo2022-09-18 10:26:16 -0300
commitf7426f04b2c35ae531eb8cfc03d30888fc8c94f8 (patch)
treea80ef3bf54ec7fd0b5a3de2348d2293cfa6e19bb /clonehero.install
parent7857ba3e1754ad075c3b4fe10b2c05dc94ad110b (diff)
downloadaur-f7426f04b2c35ae531eb8cfc03d30888fc8c94f8.tar.gz
Minor typo in .install
Diffstat (limited to 'clonehero.install')
-rw-r--r--clonehero.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/clonehero.install b/clonehero.install
index ce5301777bfe..9fe59aea89f8 100644
--- a/clonehero.install
+++ b/clonehero.install
@@ -1,8 +1,8 @@
#!/bin/bash
post_install() {
- echo "Use 'clonehero' or the desktop file to run the game and place your" \
-"songs + customs in '~/Clone Hero/{Songs,Custom}' (the folders will be " \
+ echo "Use 'clonehero' or the desktop file to run the game and place your"\
+"songs + customs in '~/Clone Hero/{Songs,Custom}' (the folders will be "\
"created upon launching the game for the first time)."
}
@@ -15,9 +15,9 @@ post_upgrade() {
older=$(printf "$previous\nv1.0.0.3805" | sort -V | head -n1)
if [[ "$older" = "$previous" ]]; then
- echo 'The folder where Clone Hero looks for songs/customs has ' \
-"been changed to '~/Clone Hero/' (previously thie script used " \
-"'<\$XDG_DATA_HOME|~/.local/share>/clonehero') so you will need to move your " \
-'files.'
+ echo "The folder where Clone Hero looks for songs/customs has "\
+"been changed to '~/Clone Hero/' (previously thie script used "\
+"'<\$XDG_DATA_HOME|~/.local/share>/clonehero') so you will need to move your "\
+"files."
fi
}