File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func createServer(metaKey string) core.BeforeFunc {
29
29
// register it in the context Meta at metaKey.
30
30
func startServer (metaKey string ) core.BeforeFunc {
31
31
return core .ExecStoreBeforeCmd (metaKey , "scw instance server start -w {{ ." + metaKey +
32
- ".ID }}" ) //nolint: goconst
32
+ ".ID }}" )
33
33
}
34
34
35
35
// deleteServer deletes a server and its attached IP and volumes
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ type WellKnownArgOrderError struct {
75
75
}
76
76
77
77
func (err WellKnownArgOrderError ) Error () string {
78
- return "well-known arg order must be respected '" + err .Command .GetCommandLine ("scw" ) + "', arg '" + err .Argspec .Name + "'" //nolint: goconst
78
+ return "well-known arg order must be respected '" + err .Command .GetCommandLine ("scw" ) + "', arg '" + err .Argspec .Name + "'"
79
79
}
80
80
81
81
type WellKnownArgAtTheEndError struct {
You can’t perform that action at this time.
0 commit comments