Skip to content

Commit

Permalink
s/destionation/destination/g
Browse files Browse the repository at this point in the history
  • Loading branch information
alhirzel committed Nov 6, 2023
1 parent a17667b commit 9add5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def get_git_revision_short_hash() -> str:
return subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD']).decode('ascii').strip()

# Get the origin and destionation directories
# Get the origin and destination directories
build_dir = os.path.dirname(os.path.abspath(__file__)) + '/build'
package_dir = os.path.dirname(os.path.abspath(__file__)) + '/package'

Expand Down

0 comments on commit 9add5f0

Please sign in to comment.