docs, workflow change
docs were updated, and going to be doing all primary (V1+) work in master branch. when ready for a release, i'll merge it into that particular branch.
This commit is contained in:
@@ -9,7 +9,7 @@ func NewPrompt(conn *dbus.Conn, path dbus.ObjectPath) (prompt *Prompt) {
|
||||
|
||||
prompt = &Prompt{
|
||||
Conn: conn,
|
||||
Dbus: conn.Object(DbusServiceName, path),
|
||||
Dbus: conn.Object(DbusService, path),
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user