aboutsummaryrefslogtreecommitdiffhomepage
path: root/installer.sh
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-28 14:51:26 +0100
committercbdev <cb@cbcdn.com>2019-12-28 14:51:26 +0100
commit85fc921042efa68b0a34a413dd84bb1ea7a998cc (patch)
tree826ae94979784fe82da02df8d5dd10ee5ff8ddfe /installer.sh
parent67e0226e88efd01a3f6dd60759ce6bca029967dd (diff)
downloadmidimonster-85fc921042efa68b0a34a413dd84bb1ea7a998cc.tar.gz
midimonster-85fc921042efa68b0a34a413dd84bb1ea7a998cc.tar.bz2
midimonster-85fc921042efa68b0a34a413dd84bb1ea7a998cc.zip
Check API pointer before use, fix spelling
Diffstat (limited to 'installer.sh')
-rwxr-xr-xinstaller.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh b/installer.sh
index c85b70e..15ad203 100755
--- a/installer.sh
+++ b/installer.sh
@@ -106,7 +106,7 @@ UPDATER-PREP () {
printf "\nInitializing repository...\n"
cd $tmp_path
git init $tmp_path
- printf "Sucessfully imported settings from %s\n" "$updater_file"
+ printf "Successfully imported settings from %s\n" "$updater_file"
)
NIGHTLY_CHECK
printf "Preparation successful\n\n"