mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Merge pull request #742 from ryancdotorg/main
correct classic mode prompt
This commit is contained in:
commit
791e4c22d2
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ multi-user system, this will help ensure that other local users cannot
|
|||
access the shared secret and receive the files instead of the intended
|
||||
recipient.
|
||||
|
||||
Do you wish to continue to DISABLE the classic mode? (Y/n) `)
|
||||
Do you wish to continue to DISABLE the classic mode? (y/N) `)
|
||||
choice := strings.ToLower(utils.GetInput(""))
|
||||
if choice == "y" || choice == "yes" {
|
||||
os.Remove(classicFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue