Skip to content

Commit a496fee

Browse files
committed
Bundle overhaul
1 parent 341a8a9 commit a496fee

File tree

3 files changed

+181
-145
lines changed

3 files changed

+181
-145
lines changed

src/EasySign.CommandLine/BundleWorker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected virtual void RunAdd(StatusContext statusContext, bool replace, bool co
4444
throw new ApplicationException("Bundle is not initialized");
4545
}
4646

47-
if (!Bundle.IsLoaded && File.Exists(Bundle.BundlePath))
47+
if (!Bundle.Loaded && File.Exists(Bundle.BundlePath))
4848
{
4949
Logger.LogDebug("A bundle file exists, loading bundle");
5050
statusContext.Status("[yellow]Loading Bundle[/]");

0 commit comments

Comments
 (0)