This commit is contained in:
2019-03-18 16:22:19 -06:00
parent 6eb01dea73
commit 2836f43ef6

View File

@@ -77,7 +77,7 @@ func checkActs() (map[string]string, int) {
}
func selectActive(acctpath string) {
err := os.Symlink(path.Join(acctpath, "bearer.txt"), "bearer.txt")
err := os.Symlink(path.Join(acctpath, "headers.txt"), "headers.txt")
os.Symlink(path.Join(acctpath, "amazon-api.json"), "amazon-api.json")
os.Symlink(path.Join(acctpath, "amazon-bearer.json"), "amazon-bearer.json")
if err != nil {