mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-06-13 19:16:21 -07:00
change 'return 0' to 'return $OK'
Co-authored-by: Danik Klimuk <109155473+DaniilKl@users.noreply.github.com>
This commit is contained in:
co-authored by
Danik Klimuk
parent
6e66e6aee7
commit
6815ce7f36
@@ -1227,7 +1227,7 @@ transition_firmware() {
|
||||
error_check "Failed to transition Dasharo firmware"
|
||||
print_ok "Successfully transitioned Dasharo firmware"
|
||||
|
||||
return 0
|
||||
return $OK
|
||||
}
|
||||
|
||||
transition_workflow() {
|
||||
|
||||
Reference in New Issue
Block a user