Changed whitespace in function definition

pull/1/head
Mike Lape 4 years ago committed by GitHub
parent 3a8a6dc7e9
commit 5debdd0e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cloudflare-template.sh

@ -11,7 +11,7 @@ proxy=true # Set the proxy to true or fa
## Define date time stamp function
###########################################
function ds() {
date +"[%F %T]"
date +"[%F %T]"
}

Loading…
Cancel
Save