Skip to content

Commit 4787597

Browse files
fix(ns-storage): typo in exit code variable on sync-data script (#1743)
1 parent cc843a7 commit 4787597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ns-storage/files/sync-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ do
1515
fi
1616
done
1717

18-
exit $ext_code
18+
exit $exit_code

0 commit comments

Comments
 (0)