Skip to content

Commit c369f58

Browse files
author
Josef-MrBeam
committed
fix merge conflict
1 parent b39bad9 commit c369f58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

octoprint_netconnectd/scripts/update_script.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,7 @@ def loadPluginTarget(archive, folder):
392392
plugin_extracted_path_folder = os.path.join(
393393
plugin_extracted_path,
394394
"{repo_name}-{target}".format(
395-
<<<<<<< HEAD
396395
repo_name=REPO_NAME, target=re.sub(r"^v", "", filename.split(".zip")[0])
397-
=======
398-
repo_name=REPO_NAME, target=filename.split(".zip")[0]
399-
>>>>>>> 810f55e (SW-650 create update script for netconnectd plugin (#2))
400396
),
401397
)
402398
try:

0 commit comments

Comments
 (0)