mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Small comment update
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ func LibmuttonInit(inputCB func(prompt string) string, clientSpecificIniData map
|
|||||||
return errors.New("unable to initialize libmutton directories: " + err.Error())
|
return errors.New("unable to initialize libmutton directories: " + err.Error())
|
||||||
}
|
}
|
||||||
//// write config file
|
//// write config file
|
||||||
//// temporarily leave sshEntryRoot, sshAgeDir, and sshIsWindows as nil to pass initial device ID registration
|
//// temporarily leave sshEntryRootPath, sshAgeDirPath, and sshIsWindows as nil to pass initial device ID registration
|
||||||
newCfg.Libmutton.OfflineMode = &forceOfflineMode // forceOfflineMode must be false to reach this point, so we can avoid the extra declaration
|
newCfg.Libmutton.OfflineMode = &forceOfflineMode // forceOfflineMode must be false to reach this point, so we can avoid the extra declaration
|
||||||
newCfg.Libmutton.SSHUser = &sshUser
|
newCfg.Libmutton.SSHUser = &sshUser
|
||||||
newCfg.Libmutton.SSHIP = &sshIP
|
newCfg.Libmutton.SSHIP = &sshIP
|
||||||
|
|||||||
Reference in New Issue
Block a user