X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/3a8398d26ae4b63193df831da2e4d33c26d19a53..303570f0a60eac29e3f7b88b4855a18102fadac6:/user/bkots diff --git a/user/bkots b/user/bkots index dba0ef5..7600aea 100644 --- a/user/bkots +++ b/user/bkots @@ -199,7 +199,7 @@ showVersion() { vbm "DEBUG:showVersion function called." cat <<'EOF' -bkots 0.0.3 +bkots 0.0.4 Copyright (C) 2022 Steven Baltakatei Sandoval License GPLv3: GNU GPL version 3 This is free software; you are free to change and redistribute it. @@ -659,7 +659,7 @@ main() { if [[ ! $option_dry_run == "true" ]]; then #ots stamp "$item"; for url in "${calendars[@]}"; do - ots -l "$url" --no-default-whitelist verify stamp "$item"; + ots -l "$url" --no-default-whitelist stamp "$item"; done; else yell "DEBUG:DRY RUN:Not running:\"ots stamp $item\"";