Skip to content

Commit 962deb8

Browse files
authored
drakrun: Fix typo (#653)
1 parent da1ad6c commit 962deb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drakrun/drakrun/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def init_drakrun(self):
265265

266266
setup_vm_network(self.instance_id, self.net_enable, out_interface, dns_server)
267267

268-
self.log.info("Caculating snapshot hash...")
268+
self.log.info("Calculating snapshot hash...")
269269
self.snapshot_sha256 = file_sha256(os.path.join(VOLUME_DIR, "snapshot.sav"))
270270

271271
def _karton_safe_get_headers(self, task, key, fallback):

0 commit comments

Comments
 (0)