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
Related to #24 - perhaps we could consider hashing the dictionary that is passed to the mod function, as a part of a custom .librarian directory: thereby knowing whether the configuration has changed between runs? A hash of the hash, (haha), would handle this gracefully. File.write('w+', '.librarian/' + module_name) do | io| ; io.write(md5(JSON.toJson(config))) ; end
Currently, update does not work if the specified remote is different than the current origin (ie: it cannot switch between remotes)
The text was updated successfully, but these errors were encountered: