Skip to content

Commit 82bf794

Browse files
committed
Fix indentation
Signed-off-by: June Knauth (tenstorrent) <[email protected]>
1 parent 157024e commit 82bf794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ main() {
11711171

11721172
# Log successful completion message
11731173
log "✅ Installation completed successfully."
1174-
log "Installation log saved to: ${LOG_FILE}"
1174+
log "Installation log saved to: ${LOG_FILE}"
11751175

11761176
# Auto-reboot if specified
11771177
if [[ "${REBOOT_OPTION}" = "always" ]]; then

0 commit comments

Comments
 (0)