diff options
-rw-r--r-- | content/index.md | 4 | ||||
-rwxr-xr-x | scripts/deploy.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content/index.md b/content/index.md index 2ee304a..0e73c3e 100644 --- a/content/index.md +++ b/content/index.md | |||
@@ -22,5 +22,5 @@ I'll make sure to keep this list up-to-date. | |||
22 | 22 | ||
23 | ## OMEMO Fingerprints | 23 | ## OMEMO Fingerprints |
24 | 24 | ||
25 | CB07051B E223EF70 8EE8F665 BBFCEF00 83415C45 DCA31906 F2362543 F5543449 | 25 | - CB07051B E223EF70 8EE8F665 BBFCEF00 83415C45 DCA31906 F2362543 F5543449 |
26 | 10784066 5EACA2E2 FCC426E2 5FE1DCA7 CC8C2A99 E8CFD941 FB0287AF 2B673F1B | 26 | - C2C575EE 0236965C 4DBAA7EA 12F9EC90 AFD57B2C F75B3F32 70F3D393 2EDA3A08 |
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 129ddda..ef454bb 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh | |||
@@ -7,4 +7,4 @@ if [ -f "site.conf" ]; then | |||
7 | fi | 7 | fi |
8 | 8 | ||
9 | echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" | 9 | echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" |
10 | rsync --progress --stats -avz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" | 10 | rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" |