aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatar Yaroslav Halchenko <debian@onerussian.com>2024-04-13 10:05:38 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-13 10:05:38 +0530
commit77b5f1481e06443862c6fa31a10fe9196f628f39 (patch)
treeb635f65d87a2dfdc1d9873d15db870443a37b3f0 /scripts
parentUpgrade electron to '29.3.0' and some other deps (diff)
downloadferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.gz
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.zst
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.zip
Add codespell support (config, GH action to detect new typos) + make it fix some typos (#1648)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/migration/migrate-unix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/migration/migrate-unix.sh b/scripts/migration/migrate-unix.sh
index c51227f33..4175d7720 100755
--- a/scripts/migration/migrate-unix.sh
+++ b/scripts/migration/migrate-unix.sh
@@ -49,7 +49,7 @@ if [ -d "$FERDIUM_PATH" ]; then
49fi 49fi
50 50
51if mv -vf "$FERDI_PATH" "$FERDIUM_PATH"; then 51if mv -vf "$FERDI_PATH" "$FERDIUM_PATH"; then
52 echo "Files exported succesfully" 52 echo "Files exported successfully"
53else 53else
54 echo "ERROR!" 54 echo "ERROR!"
55 echo "No user data was found to be exported. Exiting..." 55 echo "No user data was found to be exported. Exiting..."