diff --git a/README.md b/README.md index 4b20dda..54c98a8 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ this will be detected at the next run of this program and then tried again. The files are being saved in your User directory in a folder named `telegram_backup`. Under windows, this would typically be under `C:\Users\\telegram_backup`. Linux users should look unter -`/home//telegram_backup`. +`/home//.telegram_backup`. You can change this directory by supplying `--target ` when calling Telegram_Backup. diff --git a/deploy.sh b/deploy.sh index 4ba05ea..db62fd4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,7 +35,7 @@ echo "Updating the Dockerfile..." sed -i "s/ENV JAR_VERSION .\+/ENV JAR_VERSION $VERSION/g" Dockerfile || error "Couldn't modify Dockerfile." echo "Committing the new Dockerfile..." -git commit -m "Bumping the version to $VERSION" Dockerfile || error "Couldn't commit the new Dockerfile." +git commit -m "Bumping the version to $VERSION" Dockerfile echo "Tagging the new version..." git tag -a "$VERSION" -m "Version $VERSION" || error