Skip to content

Commit 8d35b81

Browse files
committed
remove wrong default value
1 parent 7a40851 commit 8d35b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/icommands/environment_raw.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func CreateICommandsEnvironmentFromFile(envPath string) (*ICommandsEnvironment,
5656

5757
func getDefaultICommandsEnvironment() *ICommandsEnvironment {
5858
return &ICommandsEnvironment{
59-
AuthenticationFile: ".irodsA",
59+
AuthenticationFile: "",
6060
Port: 1247,
6161
AuthenticationScheme: "native",
6262
ClientServerNegotiation: "", // don't perform negotiation

0 commit comments

Comments
 (0)