https://github.com/etcd-io/etcd
Revision cd6d730dc5a805539d306be7e5e5a593cd5bedbc authored by Gyuho Lee on 12 May 2021, 17:41:39 UTC, committed by Gyuho Lee on 12 May 2021, 17:41:39 UTC
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
1 parent b6562a2
Raw File
Tip revision: cd6d730dc5a805539d306be7e5e5a593cd5bedbc authored by Gyuho Lee on 12 May 2021, 17:41:39 UTC
raft: rename "master" branch references to "main"
Tip revision: cd6d730
test
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
sleep 1

source ./test.sh
back to top