chore(web,mobile): Fix reoccurring typo (#7111)

This commit is contained in:
ItsJustRuby
2024-02-14 09:48:59 +01:00
committed by GitHub
parent e9f3360f02
commit 5fc1d43012
4 changed files with 10 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ start_docker_compose() {
}
show_friendly_message() {
echo "Succesfully deployed Immich!"
echo "Successfully deployed Immich!"
echo "You can access the website at http://$ip_address:2283 and the server URL for the mobile app is http://$ip_address:2283/api"
echo "The library location is $upload_location"
echo "---------------------------------------------------"