correct mismatched quotes

This commit is contained in:
Joe 2019-12-26 16:31:31 -06:00
parent 88028e78df
commit fdc0635b7f
No known key found for this signature in database
GPG Key ID: 8595A3F8F2CE1B74

View File

@ -34,7 +34,7 @@ EchoVersion() {
main() {
EchoVersion;
UserInput;
DomainCheck "$domain';
DomainCheck "$domain";
UnixTimeMs "$time";
ExecutePurge "$domain" "$unix_time_ms" "$token"
}