Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit ff3896f

Browse files
committed
readme
1 parent 203324f commit ff3896f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ result = p.inspect() # `packer inspect`
4343
print(result.parsed_output)
4444
p.build(parallel=True, debug=False, force=False) # `packer build`
4545
# if you're logged into Atlas, you can also:
46-
p.push(create=True, token=atlas_token)
46+
p.push(create=True, token=atlas_token) # `packer push`
4747
```
4848

4949
The `inspect` method will return a dictionary containing the components:

0 commit comments

Comments
 (0)