Skip to content

Commit

Permalink
Correted typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MontyBitto committed May 7, 2024
1 parent f940dd7 commit 2817819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-expand-labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
parser.add_argument('-c', '--config', dest="config")
args = parser.parse_args()
# No json file provided. Print out the queries.
if args.cmd is None:
if args.config is None:
print(cypher_queries)

else:
Expand Down

0 comments on commit 2817819

Please sign in to comment.