File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111type ArtifactVersion struct {
1212 Step string `json:"step"` // StepRuned | StepRuneMCP
1313 Installed string `json:"installed"`
14- Available string `json:"available"` // available verions from updated manifest
14+ Available string `json:"available"` // available versions from updated manifest
1515 Outdated bool `json:"outdated"`
1616}
1717
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ func TestCheckUpdate_NotInstalled(t *testing.T) {
144144 }
145145}
146146
147- func TestUpdateArtifact_UpdateSingleArifact (t * testing.T ) {
147+ func TestUpdateArtifact_UpdateSingleArtifact (t * testing.T ) {
148148 rune , _ := setRealms (t )
149149 t .Setenv ("RUNE_MANIFEST" , "" )
150150 fx := newFixture (t )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type Config struct {
1717 RunedArgs []string
1818 LogPath string // default: ~/.runed/logs/daemon.log
1919 LockPath string // default: ~/.runed/supervisor.lock
20- SocketPath string // deafult : ~/.runed/supervisor.sock; empty = no control channel
20+ SocketPath string // default : ~/.runed/supervisor.sock; empty = no control channel
2121
2222 BackoffSchedule []time.Duration // nil for DefaultBackoff
2323 MaxCrashes int // 0 for DefaultMaxCrashes
You can’t perform that action at this time.
0 commit comments