You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the %i is replaced with %!i(MISSING).
In this case the right output can be imitated in bash by | sed 's/%\!\([a-zA-Z]\)(MISSING)/%\1/g' but %-4444l will be interpreted as only %!l(MISSING).
In nomad-pack run it works as expected.