Skip to content

Commit 985f003

Browse files
committed
fix(deisctl): fix utils error
1 parent 8509f01 commit 985f003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func GetServices() []string {
6565
func GetClientID() string {
6666
machineID := GetMachineID("/")
6767
if machineID == "" {
68-
return fmt.Sprintf("{unknown-" + utils.NewUuid() + "}")
68+
return fmt.Sprintf("{unknown-" + NewUuid() + "}")
6969
}
7070
return machineID
7171
}

0 commit comments

Comments
 (0)