Skip to content

Commit ca426b5

Browse files
committed
[NRL-1311] Fix typo dev->prod
1 parent 18aab26 commit ca426b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/put_pointers_from_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
def _put_pointers_from_files(
2020
*filenames, env: str = "dev", table_name: str | None = None
2121
):
22-
if env == "dev" and SKIP_PROD_WARNING != "true":
22+
if env == "prod" and SKIP_PROD_WARNING != "true":
2323
confirmation = input(
2424
"\nWARNING - This command will modify the PROD environment. Continue? [y/n] "
2525
)

0 commit comments

Comments
 (0)